Skip to content

Commit 4ab4e4f

Browse files
committed
Minor reword
1 parent 3d33ee9 commit 4ab4e4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

testing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ wraps the original PHPUnit binary to provide additional features:
2222
2323
$ composer require --dev symfony/phpunit-bridge
2424
25-
After the library downloads, try executing PHPUnit by running:
25+
After the library downloads, try executing PHPUnit by running (the first time
26+
you run this, it will download PHPUnit itself and make its classes available in
27+
your app):
2628

2729
.. code-block:: terminal
2830
@@ -36,9 +38,6 @@ After the library downloads, try executing PHPUnit by running:
3638
it again. Another solution is to remove the project's ``symfony.lock`` file and
3739
run ``composer install`` to force the execution of all Symfony Flex recipes.
3840

39-
The first time you run this, it will download PHPUnit itself and make its
40-
classes available in your app.
41-
4241
Each test - whether it's a unit test or a functional test - is a PHP class
4342
that should live in the ``tests/`` directory of your application. If you follow
4443
this rule, then you can run all of your application's tests with the same

0 commit comments

Comments
 (0)