Ejemplo n.º 1
0
 /**
  *  @depends testCompile
  *  @expectedException Dispatcher\Exception\RouteNotFoundException
  */
 public function testGeneratorInvalidArgs()
 {
     $router = new Router(xfile);
     $router->getroute("foobar_x", 'foobar', 'xxx');
 }