public function SigchildEnabledProcessTest::testGetPid

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testGetPid

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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