public function SigchildEnabledProcessTest::testProcessThrowsExceptionWhenExternallySignaled

Overrides AbstractProcessTest::testProcessThrowsExceptionWhenExternallySignaled

File

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

Class

SigchildEnabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

public function testProcessThrowsExceptionWhenExternallySignaled() {
  $this
    ->markTestSkipped('Retrieving Pid is not supported in sigchild environment');
}