예제 #1
0
 public function test__callFail2()
 {
     $this->setExpectedException('\\BadMethodCallException');
     $this->app->fail();
 }