예제 #1
0
 public function testProcessWithTermSignal()
 {
     $this->skipIfPHPSigchild();
     parent::testProcessWithTermSignal();
 }
 public function testProcessWithTermSignal()
 {
     $this->expectExceptionIfPHPSigchild('Symfony\\Component\\Process\\Exception\\RuntimeException', 'This PHP has been compiled with --enable-sigchild. Term signal can not be retrieved');
     parent::testProcessWithTermSignal();
 }