This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Process/Tests
Fabien Potencier b9512b6993 minor #12531 [2.5] Remove possible call_user_func() (nicolas-grekas)
This PR was merged into the 2.5 branch.

Discussion
----------

[2.5] Remove possible call_user_func()

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Remove possible call_user_func() introduced in 2.5

Commits
-------

94a04cb [2.5] Remove possible call_user_func()
2014-12-11 19:59:58 +01:00
..
AbstractProcessTest.php minor #12531 [2.5] Remove possible call_user_func() (nicolas-grekas) 2014-12-11 19:59:58 +01:00
ExecutableFinderTest.php fixed CS 2014-07-29 20:09:11 +02:00
NonStopableProcess.php fixed CS 2014-09-22 10:32:35 +02:00
PhpExecutableFinderTest.php Use separated function to resolve command and related arguments 2014-09-11 18:27:13 +02:00
PhpProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
PipeStdinInStdoutStdErrStreamSelect.php fixed CS 2014-09-22 10:32:35 +02:00
ProcessBuilderTest.php Merge branch '2.4' 2014-05-22 15:47:45 +02:00
ProcessFailedExceptionTest.php When a process fails, check if the output is enabled 2014-03-25 23:03:32 +01:00
ProcessInSigchildEnvironment.php Add a Sigchild compatibility mode (set to false by default) 2012-09-19 00:37:29 +02:00
ProcessUtilsTest.php [Process] Fix escaping on Windows 2014-03-18 15:00:41 +01:00
SigchildDisabledProcessTest.php Merge branch '2.4' into 2.5 2014-08-31 05:22:04 +02:00
SigchildEnabledProcessTest.php Merge branch '2.4' into 2.5 2014-07-28 15:20:46 +02:00
SignalListener.php fixed CS 2014-09-22 10:32:35 +02:00
SimpleProcessTest.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00