diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-28 22:57:11 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-28 22:57:11 +0200 |
commit | 917040d4a0b7694ca4f695c02243ffb4283d6901 (patch) | |
tree | 0bd70455b7748145a7b944d47c6845ba214b2b4d /app/config/config_test.yml | |
parent | 4180fddac1aa011f121a1ab901f9f21aafa46112 (diff) | |
parent | fef4124130484ebdb8194b83a3278e6f970a46fb (diff) | |
download | wallabag-917040d4a0b7694ca4f695c02243ffb4283d6901.tar.gz wallabag-917040d4a0b7694ca4f695c02243ffb4283d6901.tar.zst wallabag-917040d4a0b7694ca4f695c02243ffb4283d6901.zip |
Merge pull request #1434 from wallabag/travis-db
Add multiple database tests on Travis
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 |