mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Disable translation in test
We don't want to test translation in test
This commit is contained in:
parent
bd46de6b25
commit
d2b4f01d74
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ framework:
|
||||||
storage_id: session.storage.mock_file
|
storage_id: session.storage.mock_file
|
||||||
profiler:
|
profiler:
|
||||||
collect: false
|
collect: false
|
||||||
|
translator:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
web_profiler:
|
web_profiler:
|
||||||
toolbar: false
|
toolbar: false
|
||||||
|
|
Loading…
Reference in a new issue