@expectedException LogicException
public function testHandleWhenTheControllerIsNotACallable() {
$dispatcher = new EventDispatcher();
$kernel = new HttpKernel($dispatcher, $this
->getResolver('foobar'));
$kernel
->handle(new Request());
}