$this->assertTrue($app['monolog.handler']->hasError('very bad error'));
$records=$app['monolog.handler']->getRecords();
$pattern="#Symfony\\\\Component\\\\HttpKernel\\\\Exception\\\\NotFoundHttpException: No route found for \"GET /error\" \(uncaught exception\) at .* line \d+#";