Exemplo n.º 1
0
 public function testParseFileGitFileNotFound()
 {
     $this->setExpectedException('RuntimeException', 'File "' . __DIR__ . '/Parse/Git/data/diff_wibble' . '" not found.');
     $filename = __DIR__ . '/Parse/Git/data/diff_wibble';
     $parser = new Parser();
     $parser->parseFile($filename, Parser::VCS_GIT);
 }