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.
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.