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