]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_test.yml
Add multiple database tests on Travis
[github/wallabag/wallabag.git] / app / config / config_test.yml
1 imports:
2 - { resource: config_dev.yml }
3
4 framework:
5 test: ~
6 session:
7 storage_id: session.storage.mock_file
8 profiler:
9 collect: false
10
11 web_profiler:
12 toolbar: false
13 intercept_redirects: false
14
15 swiftmailer:
16 # to be able to read emails sent
17 spool:
18 type: file
19
20 doctrine:
21 dbal:
22 driver: "%test_database_driver%"
23 host: "%test_database_host%"
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%"
30 orm:
31 metadata_cache_driver:
32 type: service
33 id: filesystem_cache
34 query_cache_driver:
35 type: service
36 id: filesystem_cache