]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_test.yml
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / config_test.yml
1 imports:
2 - { resource: config_dev.yml }
3 - { resource: parameters_test.yml }
4 - { resource: services_test.yml }
5
6 framework:
7 test: ~
8 session:
9 storage_id: session.storage.mock_file
10 profiler:
11 collect: false
12 translator:
13 enabled: false
14
15 web_profiler:
16 toolbar: false
17 intercept_redirects: false
18
19 swiftmailer:
20 # to be able to read emails sent
21 spool:
22 type: file
23
24 doctrine:
25 dbal:
26 driver: "%test_database_driver%"
27 host: "%test_database_host%"
28 port: "%test_database_port%"
29 dbname: "%test_database_name%"
30 user: "%test_database_user%"
31 password: "%test_database_password%"
32 charset: "%test_database_charset%"
33 path: "%env(TEST_DATABASE_PATH)%"
34
35 orm:
36 metadata_cache_driver:
37 type: service
38 id: filesystem_cache
39 query_cache_driver:
40 type: service
41 id: filesystem_cache