From: Jeremy Benoist Date: Wed, 9 Mar 2016 07:55:30 +0000 (+0100) Subject: Disable translation in test X-Git-Tag: 2.0.0~17^2~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d2b4f01d7435e8a8f99b15a2487916427c04e58d;p=github%2Fwallabag%2Fwallabag.git Disable translation in test We don't want to test translation in test --- 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