public function testProcessThrowsExceptionWhenExternallySignaled()
 {
     $this->skipIfPHPSigchild();
     // This test use PID that is not available in this case
     parent::testProcessThrowsExceptionWhenExternallySignaled();
 }