Remove debug mode in some Test cases.

This commit is contained in:
Benoît Burnichon
2015-12-22 18:30:58 +01:00
parent 91d79678ae
commit f6899f58be

View File

@@ -369,8 +369,6 @@ abstract class PhraseanetTestCase extends WebTestCase
protected function addMocks(Application $app)
{
$app['debug'] = true;
$app['form.csrf_provider'] = $app->share(function () {
return new CsrfTestProvider();
});