You are here

public function SigchildEnabledProcessTest::testSignal in Zircon Profile 8.0

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

@expectedException \Symfony\Component\Process\Exception\RuntimeException @expectedExceptionMessage This PHP has been compiled with --enable-sigchild. The process can not be signaled.

Overrides AbstractProcessTest::testSignal

File

vendor/symfony/process/Tests/SigchildEnabledProcessTest.php, line 91

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testSignal() {
  parent::testSignal();
}