You are here

public function SigchildEnabledProcessTest::testExitCodeText 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::testExitCodeText()

Overrides AbstractProcessTest::testExitCodeText

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testExitCodeText() {
  $process = $this
    ->getProcess('qdfsmfkqsdfmqmsd');
  $process
    ->run();
  $this
    ->assertInternalType('string', $process
    ->getExitCodeText());
}