Skip to content

Commit 7a37327

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Removed redundancy in package requirements
2 parents 82673a3 + c417d4c commit 7a37327

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

testing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ Symfony integrates with an independent library called `PHPUnit`_ to give
1515
you a rich testing framework. This article won't cover PHPUnit itself,
1616
which has its own excellent `documentation`_.
1717

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``):
2120

2221
.. code-block:: terminal
2322
24-
$ composer require --dev phpunit/phpunit symfony/test-pack
23+
$ composer require --dev symfony/test-pack
2524
2625
After the library is installed, try running PHPUnit:
2726

0 commit comments

Comments
 (0)