File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments