X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2Fconfig%2Fconfig_test.yml;h=2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645;hb=22a267aeffa9e5b7d63e6a149501f9a1448e925f;hp=2f6d92503ffed30a9d0938070f8a71b07b2531b0;hpb=93fd4692f6eb753cae16358131c8049d84cfbb41;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 2f6d9250..2fd489be 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -13,4 +13,24 @@ web_profiler: intercept_redirects: false swiftmailer: - disable_delivery: true + # to be able to read emails sent + spool: + type: file + +doctrine: + dbal: + driver: "%test_database_driver%" + host: "%test_database_host%" + port: "%test_database_port%" + dbname: "%test_database_name%" + user: "%test_database_user%" + password: "%test_database_password%" + charset: UTF8 + path: "%test_database_path%" + orm: + metadata_cache_driver: + type: service + id: filesystem_cache + query_cache_driver: + type: service + id: filesystem_cache