-
Notifications
You must be signed in to change notification settings - Fork 92
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
Pact-PHP 9.x.x - Support PHPUnit 10 #338
Comments
It would be useful I am sure, but we don't have planned work to do so (we don't have a large pool of contributors for pact-php), I just help out on the side to ensure contributors PR's are being merged. Can you provide details, along with source references for the update to PHPUnit v10
We would welcome anyone to fork the repository and have a look at updating to support! |
@YOU54F PHPUnit 10 removed Listeners concept.
Now it uses new Events concept. You can read about this changes in official announcement and how to work with new concept in one of community guides. |
Line 37 in 932c88a
See this issue for someone blocked in the v8.x release, due to needing to use phpunit v10, but being blocked in doing so. If someone wishes to backport this change to v9.x.x, we would welcome contributions, but we would equally suggest you prepare and trial out the v10.x release of pact-php, so leverage the benefits of the new Pact core and rewritten codebase I believe the only place it is used is here |
Thanks for the additional context @antonkomarev, hopefully this will be helpful is anyone wants to help out. I don't believe anyone from the Pact team is likely to pick up this request themselves , due to work mainly taking place on the Pact rust core and rewritten v10.x version now mainlined to master |
10.x beta supports phpunit 10. We will accept PR's to backport but as we are unlikely to pick this up, I am going to close this issue off. Thanks for raising |
Hello, there
Is the package update to support PHPUnit v10 in the plans?
The text was updated successfully, but these errors were encountered: