public function SimpleProcessTest::testSignalWithWrongIntSignal

@expectedException Symfony\Component\Process\Exception\RuntimeException

Overrides AbstractProcessTest::testSignalWithWrongIntSignal

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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