Thanks to visit codestin.com Credit goes to github.com
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 2b9e1af + 30e02a9 commit c417d4cCopy full SHA for c417d4c
testing.rst
@@ -15,9 +15,8 @@ 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`` by installing
19
-``symfony/test-pack``, which also 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
0 commit comments