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:
166
166
A test suite must not contain ``AllTests.php `` scripts, but must rely on the
167
167
existence of a ``phpunit.xml.dist `` file.
168
168
169
- .. tip ::
170
-
171
- The :doc: `PHPUnit bridge component <../components/phpunit_bridge >` helps with
172
- testing legacy code and deprecations.
173
-
174
169
Continuous Integration
175
170
----------------------
176
171
@@ -240,11 +235,10 @@ of Symfony and the latest beta release:
240
235
241
236
script :
242
237
- 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)
243
240
- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
244
241
245
- Note that simple-phpunit is the phpunit script when using the
246
- :doc: `PHPUnit bridge component <../components/phpunit_bridge >`.
247
-
248
242
Consider using `Travis cron `_ too to make sure your project is built even if
249
243
there are no new pull requests or commits.
250
244
You can’t perform that action at this time.
0 commit comments