public function SigchildEnabledProcessTest::testExitCodeText in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Tests/SigchildEnabledProcessTest.php \Symfony\Component\Process\Tests\SigchildEnabledProcessTest::testExitCodeText()
Overrides AbstractProcessTest::testExitCodeText
File
- vendor/
symfony/ process/ Tests/ SigchildEnabledProcessTest.php, line 79
Class
Namespace
Symfony\Component\Process\TestsCode
public function testExitCodeText() {
$process = $this
->getProcess('qdfsmfkqsdfmqmsd');
$process
->run();
$this
->assertInternalType('string', $process
->getExitCodeText());
}