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 c29b4214b6 minor #10492 [2.3][Process] Remove unreachable code + avoid skipping tests in sigchild environment (romainneutron)
This PR was merged into the 2.3 branch.

Discussion
----------

[2.3][Process] Remove unreachable code + avoid skipping tests in sigchild environment

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

As mentioned by @Tobion in https://github.com/symfony/symfony/pull/10480#issuecomment-38002910, I removed the dead code. I also fixed/updated the test suite on PHP compiled with `--enable-sigchild`.

Commits
-------

d52dd32 [Process] Remove unreachable code + avoid skipping tests in sigchild environment
2014-03-19 16:52:49 +01:00
..
AbstractProcessTest.php [Process] Trow exceptions in case a Process method is supposed to be called after termination 2014-03-18 18:34:51 +01:00
NonStopableProcess.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
PhpExecutableFinderTest.php fixed various typos 2013-12-27 16:08:19 +01:00
PhpProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
PipeStdinInStdoutStdErrStreamSelect.php [Process] Fix #8970 : read output once the process is finished, enable pipe tests on Windows 2013-09-10 19:14:06 +02:00
ProcessBuilderTest.php [Process] Fix escaping on Windows 2014-03-18 15:00:41 +01:00
ProcessFailedExceptionTest.php Merge branch '2.2' 2013-05-06 22:03:44 +02: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 [Process] Fix unit tests in sigchild disabled environment 2014-03-18 19:09:01 +01:00
SigchildEnabledProcessTest.php [Process] Make Process::start non-blocking on Windows platform 2014-03-18 10:55:01 +01:00
SignalListener.php fixed CS for lambdas 2013-12-28 08:46:05 +01:00
SimpleProcessTest.php [Process] Remove unreachable code + avoid skipping tests in sigchild environment 2014-03-19 14:56:52 +01:00