Example #1
0
 function testUnmapped()
 {
     $this->setExpectedException('Exception', 'doesNotExist must be a mapped method.');
     $this->app->doesNotExist();
 }