public function SimpleProcessTest::testGetPidIsNullBeforeStart

Overrides AbstractProcessTest::testGetPidIsNullBeforeStart

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SimpleProcessTest.php, line 88

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testGetPidIsNullBeforeStart() {
  $this
    ->skipIfPHPSigchild();
  parent::testGetPidIsNullBeforeStart();
}