From 0239c8231d6b7318bfdc2e00ffddafc28dff7b25 Mon Sep 17 00:00:00 2001 From: guillaumesmo Date: Mon, 12 Apr 2021 16:17:17 +0200 Subject: [PATCH] Wrong comment in doctrine/doctrine-bundle 2.3 recipe Unrecognized option "username" under "doctrine.dbal.connections.default" --- doctrine/doctrine-bundle/2.3/config/packages/test/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/2.3/config/packages/test/doctrine.yaml b/doctrine/doctrine-bundle/2.3/config/packages/test/doctrine.yaml index a19e8d91..d7bdb382 100644 --- a/doctrine/doctrine-bundle/2.3/config/packages/test/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.3/config/packages/test/doctrine.yaml @@ -1,7 +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 +# # "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)%