Skip to content

Commit 07e9b5a

Browse files
committed
minor #9185 mention phpunit bridge in bundle best practices (dbu, javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- mention phpunit bridge in bundle best practices i noticed that the bundle best practices don't mention the phpunit bridge. should we go even further and add it to the list of things a bundle should be using? Commits ------- 4854c03 Reword dce07d5 mention phpunit bridge in bundle best practices
2 parents c33030c + 4854c03 commit 07e9b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ of Symfony and the latest beta release:
235235
236236
script:
237237
- 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)
238240
- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
239241
240242
Consider using `Travis cron`_ too to make sure your project is built even if

0 commit comments

Comments
 (0)