Skip to content

Commit 7ee566a

Browse files
committed
minor symfony#14568 [Doctrine] Update testing.rst (abdounikarim)
This PR was merged into the 4.4 branch. Discussion ---------- [Doctrine] Update testing.rst Hello, I update mysql env variable with server version. Commits ------- b47ccb9 Update testing.rst
2 parents ebaee9a + b47ccb9 commit 7ee566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ need in your ``.env.test`` file:
990990
.. code-block:: text
991991
992992
# .env.test
993-
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name_test"
993+
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name_test?serverVersion=5.7
994994
995995
# use SQLITE
996996
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"

0 commit comments

Comments
 (0)