You are here

public function SimpleProcessTest::testProcessIsSignaledIfStopped in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/process/Tests/SimpleProcessTest.php \Symfony\Component\Process\Tests\SimpleProcessTest::testProcessIsSignaledIfStopped()

Overrides AbstractProcessTest::testProcessIsSignaledIfStopped

File

vendor/symfony/process/Tests/SimpleProcessTest.php, line 40

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testProcessIsSignaledIfStopped() {
  $this
    ->expectExceptionIfPHPSigchild('Symfony\\Component\\Process\\Exception\\RuntimeException', 'This PHP has been compiled with --enable-sigchild. Term signal can not be retrieved');
  parent::testProcessIsSignaledIfStopped();
}