public function testGetPidIsNullBeforeStart()
 {
     $this->skipIfPHPSigchild();
     // This test use PID that is not available in this case
     parent::testGetPidIsNullBeforeStart();
 }
Exemplo n.º 2
0
 public function testGetPidIsNullBeforeStart()
 {
     $this->skipIfPHPSigchild();
     parent::testGetPidIsNullBeforeStart();
 }