@expectedException \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
public function testHandleWhenNoControllerIsFound() {
$dispatcher = new EventDispatcher();
$kernel = new HttpKernel($dispatcher, $this
->getResolver(false));
$kernel
->handle(new Request());
}