Skip to content

Commit 72ec88b

Browse files
devSf2javiereguiluz
authored andcommitted
Update testing.rst
Add missing testing environment option to 'doctrine:fixtures:load' command.
1 parent 768ae36 commit 72ec88b

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

407407
.. code-block:: terminal
408408
409-
$ php bin/console doctrine:fixtures:load
409+
$ php bin/console --env=test doctrine:fixtures:load
410410
411411
For more information, read the `DoctrineFixturesBundle documentation`_.
412412

0 commit comments

Comments
 (0)