public function SimpleProcessTest::testGetPid

Overrides AbstractProcessTest::testGetPid

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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