From 2aab5310d228717686a0865e3e03b73a025a598a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 10:06:59 +0100 Subject: [PATCH] feat(test): remove doctrine prefix on test --- config/packages/doctrine.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index b07e18f..0d4e65a 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -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: