public function testGetPidIsNullAfterRun()
 {
     $this->skipIfPHPSigchild();
     // This test use PID that is not available in this case
     parent::testGetPidIsNullAfterRun();
 }
예제 #2
0
 public function testGetPidIsNullAfterRun()
 {
     $this->skipIfPHPSigchild();
     parent::testGetPidIsNullAfterRun();
 }