Skip to content

Commit 8b48e9b

Browse files
Rewords and simplifications
1 parent 9a6b058 commit 8b48e9b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

testing.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ Symfony application.
3939
Code coverage can be generated with the ``--coverage-*`` options, see the
4040
help information that is shown when using ``--help`` for more information.
4141

42-
.. note::
43-
44-
Thanks to Symfony Flex recipes aliases, you can require ``phpunit`` instead
45-
of ``symfony/phpunit-bridge``.
46-
4742
.. index::
4843
single: Tests; Unit tests
4944

@@ -265,16 +260,14 @@ document::
265260
$client->getResponse()->getContent()
266261
);
267262

268-
.. note::
263+
.. tip::
269264

270-
Instead of adding each dependency individually, you can also run:
265+
Instead of installing each testing dependency individually, you can use the
266+
Symfony Test pack to install all those dependencies at once:
271267

272268
.. code-block:: terminal
273269
274-
$ composer require --dev test
275-
276-
If the ``PHPUnit Bridge`` wasn't installed before, the test pack will add
277-
it too.
270+
$ composer require --dev symfony/test-pack
278271
279272
.. index::
280273
single: Tests; Assertions

0 commit comments

Comments
 (0)