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