Skip to content

Commit 76213a3

Browse files
committed
minor #18821 [Doctrine][Testing] Mention how to run the commands that create the testing database (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- [Doctrine][Testing] Mention how to run the commands that create the testing database Fixes #14586. Commits ------- 06ac5a1 Mention how to run the commands that create the testing database
2 parents 12a1bb2 + 06ac5a1 commit 76213a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ After that, you can create the test database and all tables using:
398398
# create the tables/columns in the test database
399399
$ php bin/console --env=test doctrine:schema:create
400400
401+
.. tip::
402+
403+
You can run these commands to create the database during the
404+
:doc:`test bootstrap process <testing/bootstrap>`.
405+
401406
.. tip::
402407

403408
A common practice is to append the ``_test`` suffix to the original

0 commit comments

Comments
 (0)