]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_test.yml
Use doctrine cache for tests
[github/wallabag/wallabag.git] / app / config / config_test.yml
index a6ead1e82386f172efc7ca77abbfb2ae17d008b7..32156963e086e5bedc2fcca7d58407ce2376eb20 100644 (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