Example #1
0
 /**
  * Tests to ensure that setControllerCaser throws an exception when the callback argument isn't actually a callback.
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage The argument must be callable.
  */
 public function testSetControllerCaserException()
 {
     $this->application->setControllerCaser('thisdefinitelyisntcallable3290!');
 }