Skip to content

Commit 4854c03

Browse files
Reword
1 parent dce07d5 commit 4854c03

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ the ``Tests/`` directory. Tests should follow the following principles:
166166
A test suite must not contain ``AllTests.php`` scripts, but must rely on the
167167
existence of a ``phpunit.xml.dist`` file.
168168

169-
.. tip::
170-
171-
The :doc:`PHPUnit bridge component <../components/phpunit_bridge>` helps with
172-
testing legacy code and deprecations.
173-
174169
Continuous Integration
175170
----------------------
176171

@@ -240,11 +235,10 @@ of Symfony and the latest beta release:
240235
241236
script:
242237
- composer validate --strict --no-check-lock
238+
# simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
239+
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
243240
- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
244241
245-
Note that simple-phpunit is the phpunit script when using the
246-
:doc:`PHPUnit bridge component <../components/phpunit_bridge>`.
247-
248242
Consider using `Travis cron`_ too to make sure your project is built even if
249243
there are no new pull requests or commits.
250244

0 commit comments

Comments
 (0)