コード例 #1
0
 protected function setUp()
 {
     require_once $this->getTestFile('/Test_Dispatcher.php');
     $this->dispatcher = new Nano_Dispatcher();
     $this->dispatcher->setCustom(new Test_Dispatcher());
     $this->dispatcher->throwExceptions(true);
 }