-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[11.x] PHPUnit 11 Forward Compatibility #48796
Conversation
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
I would prefer to see just supporting PHPUnit 10 on Laravel 11, and PHPUnit 11 on Laravel 12, etc, giving us the much more stable and final versions of PHPUnit in each case. |
Everything in this PR still will work fine with PHPUnit 10.x, we can't/shouldn't send annotation to attribute changes to |
OK, this is better now that it doesn't actually use PHPUnit 11. ;) |
The following has been done in
10.x
via #48815 :getMockForTrait()
DeprecateMockBuilder::getMockForTrait()
sebastianbergmann/phpunit#5306getMockForAbstractClass()
DeprecateMockBuilder::getMockForAbstractClass()
sebastianbergmann/phpunit#5305addMethods()
DeprecateMockBuilder::addMethods()
sebastianbergmann/phpunit#5320