public function testSignal()
 {
     $this->expectExceptionIfPHPSigchild('Symfony\\Component\\Process\\Exception\\RuntimeException', 'This PHP has been compiled with --enable-sigchild. The process can not be signaled.');
     parent::testSignal();
 }
Exemplo n.º 2
0
 public function testSignal()
 {
     $this->skipIfPHPSigchild();
     parent::testSignal();
 }