minkphp / driver-testsuite

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

Remove support for PHP <7.2 #52

Closed stof closed 2 years ago

stof commented 2 years ago

Now that all drivers have dropped support for PHP <7.2, the shared testsuite can do it as well.

Thanks to that, we also only need to support PHPUnit 8+ (but we still need yoast/phpunit-polyfills in some places for deprecations added in PHPUnit 9.1+)