コード例 #1
0
ファイル: GitTest.php プロジェクト: dnaber-de/PHPGit
 /**
  * @expectedException \BadMethodCallException
  */
 public function testBadMethodCall()
 {
     $git = new Git();
     $git->foo();
 }