X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters_test.yml;h=010785e67c5de8e378ba978602eb96dc60864960;hb=7ab5eb9508921d84b4b4ec84a59135d536da748e;hp=3111da4771aaf5cab9d1cb40a804385a170e47bd;hpb=2f82e7f8e1827423e2dbe4a91089c66d3afff367;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml index 3111da47..010785e6 100644 --- a/app/config/parameters_test.yml +++ b/app/config/parameters_test.yml @@ -5,5 +5,6 @@ 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_charset: utf8mb4 + test_database_path: "%env(TEST_DATABASE_PATH)%" + env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite" + test_database_charset: utf8