Skip to content

Commit 3d274ed

Browse files
committed
Restore the quotes wraping the DATABASE_URL value
1 parent 7ee566a commit 3d274ed

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?serverVersion=5.7
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)