Use doctrine cache for tests

This commit is contained in:
Jeremy
2015-03-27 19:46:36 +01:00
parent f37d1427a1
commit a05be8abec
2 changed files with 12 additions and 3 deletions

View File

@ -20,3 +20,10 @@ doctrine:
driver: pdo_sqlite
path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
host: localhost
orm:
metadata_cache_driver:
type: service
id: filesystem_cache
query_cache_driver:
type: service
id: filesystem_cache