public function SigchildDisabledProcessTest::testGetExitCode

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

Overrides AbstractProcessTest::testGetExitCode

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php, line 19

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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