]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters_test.yml
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / app / config / parameters_test.yml
index 5f2e25bb9bb13ebe021a6e3ca6c00a7d11f51e6b..64e51976595d461ddac5ee77b1fe3cc269bf25da 100644 (file)
@@ -5,5 +5,7 @@ parameters:
     test_database_name: null
     test_database_user: null
     test_database_password: null
-    test_database_path: '%kernel.root_dir%/../data/db/wallabag_test.sqlite'
+    test_database_path: "%env(TEST_DATABASE_PATH)%"
+    env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
     test_database_charset: utf8
+    test_database_driver_class: ~