From f6899f58beaa24f8fc1e9d8e44a3f01c67368354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Tue, 22 Dec 2015 18:30:58 +0100 Subject: [PATCH] Remove debug mode in some Test cases. --- tests/classes/PhraseanetTestCase.php | 2 -- 1 file changed, 2 deletions(-) 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(); });