@expectedException RuntimeException @expectedExceptionMessage Error when rendering "http://localhost/" (Status code is 404).
public function testDeliverWithUnsuccessfulResponse() {
$handler = $this
->getHandler($this
->returnValue(new Response('foo', 404)));
$handler
->render('/', 'foo');
}