public function SimpleProcessTest::testSignalProcessNotRunning

@expectedException Symfony\Component\Process\Exception\LogicException

Overrides AbstractProcessTest::testSignalProcessNotRunning

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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