We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82673a3 + c417d4c commit 7a37327Copy full SHA for 7a37327
testing.rst
@@ -15,13 +15,12 @@ Symfony integrates with an independent library called `PHPUnit`_ to give
15
you a rich testing framework. This article won't cover PHPUnit itself,
16
which has its own excellent `documentation`_.
17
18
-Before creating your first test, install ``phpunit/phpunit`` and the
19
-``symfony/test-pack``, which installs some other packages providing useful
20
-Symfony test utilities:
+Before creating your first test, install ``symfony/test-pack``, which installs
+some other packages needed for testing (such as ``phpunit/phpunit``):
21
22
.. code-block:: terminal
23
24
- $ composer require --dev phpunit/phpunit symfony/test-pack
+ $ composer require --dev symfony/test-pack
25
26
After the library is installed, try running PHPUnit:
27
0 commit comments