コード例 #1
0
 public function testExitCodeIsAvailableAfterSignal()
 {
     $this->expectExceptionIfPHPSigchild('Symfony\\Component\\Process\\Exception\\RuntimeException', 'This PHP has been compiled with --enable-sigchild. The process can not be signaled.');
     parent::testExitCodeIsAvailableAfterSignal();
 }