Ejemplo n.º 1
0
 /**
  *  @depends testCompile
  *  @expectedException Dispatcher\Exception\RouteNotFoundException
  */
 public function testGeneratorNotFound()
 {
     $router = new Router(xfile);
     $router->getRoute("foobar_xdsdasdada");
 }