예제 #1
0
파일: GitTest.php 프로젝트: ggioffreda/git
 /**
  * @covers \Gioffreda\Component\Git\Exception\GitProcessException
  * @expectedException \Gioffreda\Component\Git\Exception\GitProcessException
  * @depends testGitFlowSupport
  */
 public function testGitFlowRunException()
 {
     self::$git->flow()->run('wrong-command');
 }