diff options
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 4dca39d2..2fd489be 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -19,9 +19,14 @@ swiftmailer: | |||
19 | 19 | ||
20 | doctrine: | 20 | doctrine: |
21 | dbal: | 21 | dbal: |
22 | driver: pdo_sqlite | 22 | driver: "%test_database_driver%" |
23 | path: %kernel.root_dir%/../data/db/wallabag_test.sqlite | 23 | host: "%test_database_host%" |
24 | host: localhost | 24 | port: "%test_database_port%" |
25 | dbname: "%test_database_name%" | ||
26 | user: "%test_database_user%" | ||
27 | password: "%test_database_password%" | ||
28 | charset: UTF8 | ||
29 | path: "%test_database_path%" | ||
25 | orm: | 30 | orm: |
26 | metadata_cache_driver: | 31 | metadata_cache_driver: |
27 | type: service | 32 | type: service |