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] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions#36408
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ab980a9 toc7a2aadComparenicolas-grekas commentedApr 10, 2020
I suppose the codebase should be updated accordingly? |
soyuka commentedApr 15, 2020
you mean change expectExceptionMessageRegExp to expectExceptionMessageMatches? |
dunglas commentedApr 15, 2020
@soyuka yes, in the whole Symfony code base. |
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.
…hes to provide FC with recent phpunit versions
286518a tocfd5a29Comparenicolas-grekas commentedApr 15, 2020
Thank you@soyuka. |
nicolas-grekas commentedApr 15, 2020
@soyuka would you mind contributing a rule to php-cs-fixer so that this is enforced automatically in the future please? |
expectExceptionMessageRegExp is deprecated coming phpunit 8.5.3 seesebastianbergmann/phpunit#4133
Not sure if I need to add something else lmk.