From d2b4f01d7435e8a8f99b15a2487916427c04e58d Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 9 Mar 2016 08:55:30 +0100 Subject: [PATCH] Disable translation in test We don't want to test translation in test --- app/config/config_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 2fd489be..d43d872a 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -7,6 +7,8 @@ framework: storage_id: session.storage.mock_file profiler: collect: false + translator: + enabled: false web_profiler: toolbar: false -- 2.41.0