install orm doctrine
This commit is contained in:
parent
ced8dbf963
commit
874f40d535
13 changed files with 2122 additions and 96 deletions
7
config/packages/test/doctrine.yaml
Normal file
7
config/packages/test/doctrine.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
#doctrine:
|
||||
# dbal:
|
||||
# # Overrides the database name in the test environment only
|
||||
# # "host", "port", "user", & "password" can also be set to override their respective url parts
|
||||
# #
|
||||
# # If you're using ParaTest, "TEST_TOKEN" is set by ParaTest otherwise nothing is appended to the database name.
|
||||
# dbname: main_test%env(default::TEST_TOKEN)%
|
Reference in a new issue