Skip to content

Commit 415cf0a

Browse files
authored
Update testing.rst
Add missing testing environment option to 'doctrine:fixtures:load' command.
1 parent 9442c2a commit 415cf0a

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
@@ -408,7 +408,7 @@ Empty the database and reload *all* the fixture classes with:
408408

409409
.. code-block:: terminal
410410
411-
$ php bin/console doctrine:fixtures:load
411+
$ php bin/console --env=test doctrine:fixtures:load
412412
413413
For more information, read the `DoctrineFixturesBundle documentation`_.
414414

0 commit comments

Comments
 (0)