Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PhpUnitBridge] Fix ExpectDeprecationTrait::expectDeprecation() conflict#37153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[PhpUnitBridge] Fix ExpectDeprecationTrait::expectDeprecation() conflict#37153
Uh oh!
There was an error while loading.Please reload this page.
Conversation
8911978 to6b9d6c0Compare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
thanks, that's the approach I was about to recommend :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
6b9d6c0 to1e61bdeCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
1e61bde toea5bb24Comparefabpot commentedJun 10, 2020
Thank you@fancyweb. |
…ridge (xabbuh)This PR was merged into the 5.1 branch.Discussion----------[Validator] fix lowest allowed version for the PHPUnit bridge| Q | A| ------------- | ---| Branch? | 5.1| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets || License | MIT| Doc PR |Fixes the `deps=low` build for the Validator component by only allowing versions of the PHPUnit bridge that contain#37153.Commits-------fb7ee79 fix lowest allowed version for the PHPUnit bridge
ExpectDeprecationTrait::expectDeprecation() must be compatible with TestCase::expectDeprecation(). I'm personally against a renaming on our side because this name is the best.