php / pie

The PHP Installer for Extensions
BSD 3-Clause "New" or "Revised" License
630 stars 18 forks source link

Make all PHPUnit data providers static #114

Closed alexandre-daubois closed 3 days ago

alexandre-daubois commented 3 days ago

Non-static data providers are deprecated since PHPUnit 10.

asgrim commented 3 days ago

Thanks @alexandre-daubois