Example #1
0
 public function testGetRouteMatchRaiseExceptionIfNoMatchingWasFound()
 {
     $router = new Router();
     $this->setExpectedException('RuntimeException');
     $router->getRouteMatch();
 }