mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Upgrade dama/doctrine-test-bundle
This commit is contained in:
parent
7284e5dd48
commit
ac9473e755
3 changed files with 23 additions and 16 deletions
|
@ -24,6 +24,7 @@ web_profiler:
|
|||
doctrine:
|
||||
dbal:
|
||||
dbname_suffix: '_test' # for MySQL and PostgreSQL
|
||||
use_savepoints: true
|
||||
|
||||
orm:
|
||||
metadata_cache_driver:
|
||||
|
@ -32,3 +33,8 @@ doctrine:
|
|||
query_cache_driver:
|
||||
type: service
|
||||
id: filesystem_cache
|
||||
|
||||
dama_doctrine_test:
|
||||
enable_static_connection: true
|
||||
enable_static_meta_data_cache: true
|
||||
enable_static_query_cache: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue