minkphp / driver-testsuite

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

Deprecate marking tests as skipped for unsupported actions #69

Closed stof closed 1 year ago

stof commented 1 year ago

This relies on a feature/hack that is not supported anymore in PHPUnit 10. Drivers should instead skip those tests through the skipMessage method of their test config.

Refs #65. Before merging this one, we need to update all drivers. This deprecation makes it easier to see what needs to be updated.