]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/tests/parameters_test.sqlite.yml
Add custom driver & schema manager for PostgreSQL 10
[github/wallabag/wallabag.git] / app / config / tests / parameters_test.sqlite.yml
index 5c731bf54f6bcc704e45b8910d68bb005876a05f..64cd984b9c01d74b911f7a32796c69bd12b0ba76 100644 (file)
@@ -1,5 +1,6 @@
 parameters:
     test_database_driver: pdo_sqlite
+    test_database_driver_class: ~
     test_database_host: localhost
     test_database_port:
     test_database_name: ~
@@ -8,5 +9,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