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