laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Remove support for PHP 8.0, Upgrade PHPUnit to 10.1.x #90

Closed gsteel closed 1 year ago

gsteel commented 1 year ago

Closes #86

This is quite a big patch, but the tests and data providers are hellishly complex, so making them all static was a bit messy.

There's loads of inheritance going on in the tests which really needs to be refactored.