public function SigchildEnabledProcessTest::testGetPidIsNullBeforeStart

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testGetPidIsNullBeforeStart

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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