aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-03-09 08:55:30 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-20 21:10:58 +0100
commitd2b4f01d7435e8a8f99b15a2487916427c04e58d (patch)
treedf4473ef39d81251a589a872847f680d0bf169dc /app
parentbd46de6b25f982e1a0d3f975971fe8014db13833 (diff)
downloadwallabag-d2b4f01d7435e8a8f99b15a2487916427c04e58d.tar.gz
wallabag-d2b4f01d7435e8a8f99b15a2487916427c04e58d.tar.zst
wallabag-d2b4f01d7435e8a8f99b15a2487916427c04e58d.zip
Disable translation in test
We don't want to test translation in test
Diffstat (limited to 'app')
-rw-r--r--app/config/config_test.yml2
1 files changed, 2 insertions, 0 deletions
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:
7 storage_id: session.storage.mock_file 7 storage_id: session.storage.mock_file
8 profiler: 8 profiler:
9 collect: false 9 collect: false
10 translator:
11 enabled: false
10 12
11web_profiler: 13web_profiler:
12 toolbar: false 14 toolbar: false