]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Disable translation in test
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 9 Mar 2016 07:55:30 +0000 (08:55 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Mar 2016 20:10:58 +0000 (21:10 +0100)
We don't want to test translation in test

app/config/config_test.yml

index 2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645..d43d872aba7cc3a29f33eb99599d799de86b87d9 100644 (file)
@@ -7,6 +7,8 @@ framework:
         storage_id: session.storage.mock_file
     profiler:
         collect: false
+    translator:
+        enabled: false
 
 web_profiler:
     toolbar: false