Esempio n. 1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Route name not provided.
  */
 public function testNamedRouteError()
 {
     $router = new Router();
     $router->getRoute(null);
 }