Example #1
0
 /**
  * 
  */
 public function testInitRouter()
 {
     $router = new Router();
     $router->bulkRegister($this->routes);
     return $router;
 }