minkphp / driver-testsuite

Functional testsuite for Mink drivers
MIT License
8 stars 28 forks source link

Support PHPUnit 10 #64

Open stof opened 1 year ago

stof commented 1 year ago

this is a meta-issue tracking blockers for using PHPUnit 10:

uuf6429 commented 1 year ago

Regarding the last point, to be clear: getName() got renamed to name() (not removed). I didn't get what was meant with two methods instead of flag, though. If that can be clarified, someone could maybe implement that change already.

stof commented 1 year ago

Well, the last point is not the hard block. Migrating to the new method will be easy. But it is not high priority as long as the other points are not resolved.

uuf6429 commented 1 year ago

I'll consider jumping into some of those tasks.

On a totally unrelated sidenote, there are plenty of finished things ready to be merged (some of which are blocking the classic-webdriver) - what's the situation in general? Is it ok to merge my own PR given review approval?