Skip to content

Commit 0d5ad80

Browse files
committed
add paratest support
1 parent 0b3e517 commit 0d5ad80

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
doctrine:
2-
dbal:
3-
# Overrides the database name in the test environment only
4-
# "host", "port", "username", & "password" can also be set to override their respective url parts
5-
dbname: main_test
1+
#doctrine:
2+
# dbal:
3+
# # Overrides the database name in the test environment only
4+
# # "host", "port", "username", & "password" can also be set to override their respective url parts
5+
# #
6+
# # If you're using ParaTest, "TEST_TOKEN" is set by ParaTest otherwise nothing is appended to the database name.
7+
# dbname: main_test%env(default::TEST_TOKEN)%

0 commit comments

Comments
 (0)