Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Adopt@PHPUnit55Migration:risky rule of php-cs-fixer#32884
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
| '@Symfony:risky' =>true, | ||
| '@PHPUnit48Migration:risky' =>true, | ||
| 'php_unit_no_expectation_annotation' =>false,// part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice | ||
| '@PHPUnit55Migration:risky' =>true, |
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.
Can bePHPUnit75Migration:risky
php_unit_dedicate_assert should be configured to withtarget = 3.5 as all methods are not (yet) pollyfiled (ieassertDirectoryExist) in phpunit 4
nicolas-grekas commentedAug 2, 2019
Closing in favor of#32885 |
We might have to polyfill
createPartialMockbefore merging this one.