public function SigchildDisabledProcessTest::testGetPidIsNullBeforeStart

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testGetPidIsNullBeforeStart

File

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

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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