public function SimpleProcessTest::testExitCodeIsAvailableAfterSignal in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Tests/SimpleProcessTest.php \Symfony\Component\Process\Tests\SimpleProcessTest::testExitCodeIsAvailableAfterSignal()
Overrides AbstractProcessTest::testExitCodeIsAvailableAfterSignal
File
- vendor/
symfony/ process/ Tests/ SimpleProcessTest.php, line 118
Class
Namespace
Symfony\Component\Process\TestsCode
public function testExitCodeIsAvailableAfterSignal() {
$this
->expectExceptionIfPHPSigchild('Symfony\\Component\\Process\\Exception\\RuntimeException', 'This PHP has been compiled with --enable-sigchild. The process can not be signaled.');
parent::testExitCodeIsAvailableAfterSignal();
}