You are here

public function SigchildDisabledProcessTest::testMustRunThrowsException in Zircon Profile 8.0

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

@expectedException \Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testMustRunThrowsException

File

vendor/symfony/process/Tests/SigchildDisabledProcessTest.php, line 73

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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