minkphp / driver-testsuite

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

Add support for Symfony 5 in the fixtures kernel #51

Closed stof closed 2 years ago

stof commented 2 years ago

This is opting out of the return type deprecation instead of adding the native return type (which will be necessary for the Symfony 6 support). This is done because adding the return type requires using PHP 7.2+, and I'm not yet done with bumping the min version.