amphp / phpunit-util

Helper package to ease testing with PHPUnit.
MIT License
21 stars 8 forks source link

Update to phpunit 10 #22

Open danog opened 1 year ago

kelunik commented 1 year ago

I guess we should create a new 4.x branch for this and release it as 4.0?

cspray commented 10 months ago

@kelunik I think at least a beta release would be good so that we can start seeing if this is suitable across more comprehensive test suites.

cspray commented 6 months ago

I implemented these changes in a branch I could install through Composer and tested this works on a test suite making extensive use of the Loop. I believe that this is the correct approach for PHPUnit 10 support. @kelunik When possible could this be merged in and a release created?

@danog Nice work on this! I thought it would be more complicated but I like how simple your solution is. :+1: