X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig_test.yml;h=c620c35995c3afb97febcfeecf1d3e72191a263e;hb=7ab5eb9508921d84b4b4ec84a59135d536da748e;hp=83e2922a27a2d98a11058a1fb1c7af9c5fceb2df;hpb=c5772d118fec5d5b0504c08266abcfaa21228119;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 83e2922a..c620c359 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -1,5 +1,6 @@ imports: - { resource: config_dev.yml } + - { resource: parameters_test.yml } framework: test: ~ @@ -7,14 +8,33 @@ framework: storage_id: session.storage.mock_file profiler: collect: false + translator: + enabled: false web_profiler: toolbar: false intercept_redirects: false swiftmailer: - disable_delivery: true + # to be able to read emails sent + spool: + type: file doctrine: dbal: - path: %kernel.root_dir%/../data/db/poche_test.sqlite + 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: "%test_database_charset%" + path: "%env(TEST_DATABASE_PATH)%" + + orm: + metadata_cache_driver: + type: service + id: filesystem_cache + query_cache_driver: + type: service + id: filesystem_cache