public function SimpleProcessTest::testProcessIsNotSignaled

Overrides AbstractProcessTest::testProcessIsNotSignaled

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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