add paratest support

This commit is contained in:
Jesse Rushlow
2021-03-23 11:08:40 -04:00
parent 0b3e517e2e
commit 0d5ad80a22
@@ -1,5 +1,7 @@
doctrine:
dbal:
# Overrides the database name in the test environment only
# "host", "port", "username", & "password" can also be set to override their respective url parts
dbname: main_test
#doctrine:
# dbal:
# # Overrides the database name in the test environment only
# # "host", "port", "username", & "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)%