X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig_test.yml;h=2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645;hb=22a267aeffa9e5b7d63e6a149501f9a1448e925f;hp=00a6bc578cdb33cfd87065d9e2566fc4abe55993;hpb=6894d48e03c397096bb64420373afa60c397fe97;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 00a6bc57..2fd489be 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -19,6 +19,18 @@ swiftmailer: doctrine: dbal: - driver: pdo_sqlite - path: %kernel.root_dir%/../data/db/wallabag_test.sqlite - host: localhost + 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