public function SigchildDisabledProcessTest::testGetPid

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

Overrides AbstractProcessTest::testGetPid

File

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

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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