-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated PHPUnit to v10 #15232
Updated PHPUnit to v10 #15232
Conversation
PR Summary
Note: The repeated information for |
Whelp doesn't work on 8.1. Moving back to draft for now. |
Can't win 'em all :P |
Description
This is a maintenance PR that runs the Shift for upgrading to PHPUnit 10. The notes that Shift created are in my fork that Shift included because they were really noisy.
I reverted adding void to each method and making classes final.
In addition, per Shift's recommendations I ran:
composer update phpunit/phpunit nunomaduro/collision brianium/paratest --with-all-dependencies
vendor/bin/phpunit --migrate-configuration
(then alphabetized the properties)Type of change