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