File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ Symfony integrates with an independent library called `PHPUnit`_ to give
15
15
you a rich testing framework. This article won't cover PHPUnit itself,
16
16
which has its own excellent `documentation `_.
17
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:
18
+ Before creating your first test, install ``symfony/test-pack ``, which installs
19
+ some other packages needed for testing (such as ``phpunit/phpunit ``):
21
20
22
21
.. code-block :: terminal
23
22
24
- $ composer require --dev phpunit/phpunit symfony/test-pack
23
+ $ composer require --dev symfony/test-pack
25
24
26
25
After the library is installed, try running PHPUnit:
27
26
You can’t perform that action at this time.
0 commit comments