Skip to content

Commit dafba87

Browse files
committed
minor #16563 [Testing] Update testing.rst (devSf2)
This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Testing] Update testing.rst Add missing testing environment option to 'doctrine:fixtures:load' command. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 72ec88b Update testing.rst
2 parents 768ae36 + 72ec88b commit dafba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

+1-1
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)