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.
39
39
Code coverage can be generated with the ``--coverage-* `` options, see the
40
40
help information that is shown when using ``--help `` for more information.
41
41
42
- .. note ::
43
-
44
- Thanks to Symfony Flex recipes aliases, you can require ``phpunit `` instead
45
- of ``symfony/phpunit-bridge ``.
46
-
47
42
.. index ::
48
43
single: Tests; Unit tests
49
44
@@ -265,16 +260,14 @@ document::
265
260
$client->getResponse()->getContent()
266
261
);
267
262
268
- .. note ::
263
+ .. tip ::
269
264
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:
271
267
272
268
.. code-block :: terminal
273
269
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
278
271
279
272
.. index ::
280
273
single: Tests; Assertions
You can’t perform that action at this time.
0 commit comments