/**
  * @expectedException \Symfony\Component\Process\Exception\RuntimeException
  * @expectedExceptionMessage This PHP has been compiled with --enable-sigchild. You must use setEnhanceSigchildCompatibility() to use this method.
  */
 public function testCheckTimeoutOnStartedProcess()
 {
     parent::testCheckTimeoutOnStartedProcess();
 }