public function SigchildDisabledProcessTest::testProcessThrowsExceptionWhenExternallySignaled

Overrides AbstractProcessTest::testProcessThrowsExceptionWhenExternallySignaled

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php, line 136

Class

SigchildDisabledProcessTest

Namespace

Symfony\Component\Process\Tests

Code

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