issues
search
composer
/
semver
Semantic versioning utilities with the addition of version constraints parsing and checking.
MIT License
3.15k
stars
76
forks
source link
Mark all data providers in test suite as static
#163
Closed
aadmathijssen
closed
2 months ago
aadmathijssen
commented
2 months ago
Reasons:
consistency: some data providers were already static, now all of them are static
performance: the class does not need to be instantiated anymore to execute the data provider
future-proof: non-static data providers are deprecated in PHPUnit 10
Cherry-picked from PR #162.
Reasons:
Cherry-picked from PR #162.