diff --git a/tests/classes/PhraseanetTestCase.php b/tests/classes/PhraseanetTestCase.php index ca9edf29b8..94c5d78d90 100644 --- a/tests/classes/PhraseanetTestCase.php +++ b/tests/classes/PhraseanetTestCase.php @@ -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(); });