I am working with multiple Entity Managers and Connections in both DEV and PROD environements without any problem.
In TEST environement I tried to add another connection inside doctrine.yaml
file like this:
But only the database related to default connection is created with command symfony console --env=test doctrine:database:create
(I need both of them),
Should I follow the same configuration I did before with DEV environment to configure two entity managers or can I directly add two dbname_suffix
under test bloc ?