You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ion() conflict (fancyweb)
This PR was merged into the 5.1 branch.
Discussion
----------
[PhpUnitBridge] Fix ExpectDeprecationTrait::expectDeprecation() conflict
| Q | A
| ------------- | ---
| Branch? | 5.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | #37133
| License | MIT
| Doc PR | -
ExpectDeprecationTrait::expectDeprecation() must be compatible with TestCase::expectDeprecation(). I'm personally against a renaming on our side because this name is the best.
Commits
-------
ea5bb24 [PhpUnitBridge] Fix ExpectDeprecationTrait::expectDeprecation() conflict
Symfony version(s) affected: 5.1.0
Description
ExpectDeprecationTrait::expectDeprecation()
conflicts withTestCase::expectDeprecation()
, which was introduced in phpunit/phpunit:8.4.0.How to reproduce
Use
SYMFONY_PHPUNIT_VERSION=8.4.0
.Possible Solution
Update the method name, like suggested at #35192 (comment).
The text was updated successfully, but these errors were encountered: