X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters_test.yml;h=64e51976595d461ddac5ee77b1fe3cc269bf25da;hb=35983eb9bbbf78041ff9f6679ca345850f41c5f1;hp=010785e67c5de8e378ba978602eb96dc60864960;hpb=2a0eec07a5630401a9ceb7add65604f79238f10c;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml index 010785e6..64e51976 100644 --- a/app/config/parameters_test.yml +++ b/app/config/parameters_test.yml @@ -6,5 +6,6 @@ parameters: test_database_user: null test_database_password: null 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 + test_database_driver_class: ~