diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-28 10:46:33 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-28 10:46:33 +0100 |
commit | bdf2add2e80dc52a02113c50636b5f887639b31a (patch) | |
tree | 50a9275a91c9cb5510ea8c8de21816e545f80e92 /app/config/config_test.yml | |
parent | f37d1427a1b75f9d7a2e273b2e9fb0e895a769ab (diff) | |
parent | 3e6b7ea0e9251d8ae69af5dc2e1eb65887c3da9f (diff) | |
download | wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.gz wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.zst wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.zip |
Merge pull request #1163 from wallabag/v2-speed-up-tests
Speed up tests
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index a6ead1e8..32156963 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -20,3 +20,10 @@ doctrine: | |||
20 | driver: pdo_sqlite | 20 | driver: pdo_sqlite |
21 | path: %kernel.root_dir%/../data/db/wallabag_test.sqlite | 21 | path: %kernel.root_dir%/../data/db/wallabag_test.sqlite |
22 | host: localhost | 22 | host: localhost |
23 | orm: | ||
24 | metadata_cache_driver: | ||
25 | type: service | ||
26 | id: filesystem_cache | ||
27 | query_cache_driver: | ||
28 | type: service | ||
29 | id: filesystem_cache | ||