예제 #1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function testBadMethodCall()
 {
     $git = new Git();
     $git->foo();
 }