feat(test): remove doctrine prefix on test

This commit is contained in:
Simon Vieille 2023-01-09 10:06:59 +01:00
parent 3df5aba320
commit 2aab5310d2
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -29,11 +29,11 @@ doctrine:
alias: GedmoTree # (optional) it will default to the name set for the mapping
is_bundle: false
when@test:
doctrine:
dbal:
# "TEST_TOKEN" is typically set by ParaTest
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
# when@test:
# doctrine:
# dbal:
# # "TEST_TOKEN" is typically set by ParaTest
# dbname_suffix: '_test%env(default::TEST_TOKEN)%'
when@prod:
doctrine: