File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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-
174169Continuous 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
249243there are no new pull requests or commits.
250244
You can’t perform that action at this time.
0 commit comments