X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=app%2Fconfig%2Fconfig_test.yml;h=11e0feb778d92c48a71732150e110cb3e9376680;hb=b878be4cc99fd4927c70b59386cf7a57b33bb381;hp=f5e2c25ead1bca8ccb1b9980fa48657f5c864c76;hpb=af54b2c9594394046a4596f89071fd9d30800f24;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index f5e2c25e..11e0feb7 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -1,6 +1,7 @@ imports: - { resource: config_dev.yml } - { resource: parameters_test.yml } + - { resource: services_test.yml } framework: test: ~ @@ -23,13 +24,15 @@ swiftmailer: doctrine: dbal: driver: "%test_database_driver%" + driver_class: "%test_database_driver_class%" host: "%test_database_host%" port: "%test_database_port%" dbname: "%test_database_name%" user: "%test_database_user%" password: "%test_database_password%" charset: "%test_database_charset%" - path: "%test_database_path%" + path: "%env(TEST_DATABASE_PATH)%" + orm: metadata_cache_driver: type: service