Upgraded DAMA doctrine test bundle

This commit is contained in:
Jan Böhmer 2023-12-03 23:58:19 +01:00
parent 2fe2740b62
commit 1911c62edd
3 changed files with 20 additions and 16 deletions

View file

@ -2,6 +2,9 @@ doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
# Required for DAMA doctrine test bundle
use_savepoints: true
# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)