]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_test.yml
Fix MySQL tests on HHVM
[github/wallabag/wallabag.git] / app / config / config_test.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config_dev.yml }
3
4framework:
5 test: ~
6 session:
7 storage_id: session.storage.mock_file
8 profiler:
9 collect: false
d2b4f01d
JB
10 translator:
11 enabled: false
93fd4692
NL
12
13web_profiler:
14 toolbar: false
15 intercept_redirects: false
16
17swiftmailer:
6894d48e
J
18 # to be able to read emails sent
19 spool:
20 type: file
c5772d11
J
21
22doctrine:
23 dbal:
03fb6fde
JB
24 driver: "%test_database_driver%"
25 host: "%test_database_host%"
26 port: "%test_database_port%"
27 dbname: "%test_database_name%"
28 user: "%test_database_user%"
29 password: "%test_database_password%"
30 charset: UTF8
31 path: "%test_database_path%"
a05be8ab
J
32 orm:
33 metadata_cache_driver:
34 type: service
35 id: filesystem_cache
36 query_cache_driver:
37 type: service
38 id: filesystem_cache