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