public function SimpleProcessTest::testProcessWithoutTermSignal

Overrides AbstractProcessTest::testProcessWithoutTermSignal

File

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

Class

SimpleProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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