/**
  * @expectedException \Symfony\Component\Process\Exception\RuntimeException
  * @expectedExceptionMessage This PHP has been compiled with --enable-sigchild. The process can not be signaled.
  */
 public function testSignal()
 {
     parent::testSignal();
 }