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