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