Closed derrabus closed 3 weeks ago
This PR fixes a couple of compatibility issues with PHPUnit 11:
setMethods()
Test
Note: The tests are still run with PHPUnit 8.5 and 9.6 though. The PR merely enables us to use PHPUnit 11 in the future.
Thank you Alexander.
This PR fixes a couple of compatibility issues with PHPUnit 11:
setMethods()
method anymore.Test
.Note: The tests are still run with PHPUnit 8.5 and 9.6 though. The PR merely enables us to use PHPUnit 11 in the future.