]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/tests/parameters_test.sqlite.yml
Replace kernel.root_dir by kernel.project_dir
[github/wallabag/wallabag.git] / app / config / tests / parameters_test.sqlite.yml
index 5c731bf54f6bcc704e45b8910d68bb005876a05f..2b92d579f5d1db332c3aa68c523734c15e94043c 100644 (file)
@@ -8,5 +8,5 @@ parameters:
     # Using an environnement variable in order to avoid the error "attempt to write a readonly database"
     # when the schema is dropped then recreate
     test_database_path: "%env(TEST_DATABASE_PATH)%"
-    env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
+    env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
     test_database_charset: utf8