Example #1
0
 /**
  * @expectedException BadMethodCallException
  */
 public function testCallBadMethod()
 {
     $app = new App();
     $app->random_thing_that_doesnt_exist();
 }