/**
  * @expectedException \Symfony\Component\Process\Exception\RuntimeException
  */
 public function testProcessWithTermSignal()
 {
     parent::testProcessWithTermSignal();
 }