public function SigchildEnabledProcessTest::testExitCodeText

Overrides AbstractProcessTest::testExitCodeText

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php, line 72

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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