Skip to content

Commit 06ac5a1

Browse files
committed
Mention how to run the commands that create the testing database
1 parent f07d861 commit 06ac5a1

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)