示例#1
0
 /**
  * @covers \Gioffreda\Component\Git\Exception\GitProcessException
  * @expectedException \Gioffreda\Component\Git\Exception\GitProcessException
  * @depends testGitFlowSupport
  */
 public function testGitFlowRunException()
 {
     self::$git->flow()->run('wrong-command');
 }