1
0
Fork 0
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:
Yassine Guedidi 2024-01-19 21:13:39 +01:00
parent 7284e5dd48
commit ac9473e755
3 changed files with 23 additions and 16 deletions

View file

@ -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