File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ 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
+
169
174
Continuous Integration
170
175
----------------------
171
176
@@ -237,6 +242,9 @@ of Symfony and the latest beta release:
237
242
- composer validate --strict --no-check-lock
238
243
- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
239
244
245
+ Note that simple-phpunit is the phpunit script when using the
246
+ :doc: `PHPUnit bridge component <../components/phpunit_bridge >`.
247
+
240
248
Consider using `Travis cron `_ too to make sure your project is built even if
241
249
there are no new pull requests or commits.
242
250
You can’t perform that action at this time.
0 commit comments