X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig_test.yml;h=f5e2c25ead1bca8ccb1b9980fa48657f5c864c76;hb=64a8781e453c40ff144d03405abe2dc1ccfacbe0;hp=4dca39d26f3dab80f9cb4d338c8d7fb4609fc395;hpb=f98a2a0fc3ae8a5955bb811f083c3d2535f96791;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 4dca39d2..f5e2c25e 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,6 +8,8 @@ framework: storage_id: session.storage.mock_file profiler: collect: false + translator: + enabled: false web_profiler: toolbar: false @@ -19,9 +22,14 @@ 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: "%test_database_charset%" + path: "%test_database_path%" orm: metadata_cache_driver: type: service