Skip to content

Support PHPUnit 12 by avoiding removed methods getMockForAbstractClass() and addMethods() #75

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

Merged
merged 8 commits into from
Mar 8, 2025
Prev Previous commit
Next Next commit
Update composer.json - PHPUnit 12.x support
  • Loading branch information
michalbundyra authored Mar 7, 2025
commit 6524ed645ef6a7b091e47d50597c25eef4dd843d
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": ">=7",
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11",
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12",
"php-mock/php-mock-integration": "^2.3"
},
"require-dev": {
Expand Down
Loading