X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters_test.yml;h=64e51976595d461ddac5ee77b1fe3cc269bf25da;hb=1b220426e2e8139364b4a34678a2843c2e8bccf5;hp=696c95ef7b1487e8191b8b54ad96e4f278667edd;hpb=86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml index 696c95ef..64e51976 100644 --- a/app/config/parameters_test.yml +++ b/app/config/parameters_test.yml @@ -5,4 +5,7 @@ parameters: test_database_name: null test_database_user: null test_database_password: null - test_database_path: '%kernel.root_dir%/../data/db/wallabag_testYO.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: ~