rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
http://getrector.com
MIT License
61 stars 46 forks source link

Add MinPhpVersion for functions that require php 8 code #259

Closed eerison closed 10 months ago

eerison commented 10 months ago

Well I faced a new issue

this rule: https://github.com/rectorphp/rector-phpunit/blob/main/docs/rector_rules_overview.md#testwithannotationtoattributerector, is using PHP attribute

I will check others functions that are still using php 8 and add MinPhpVersionInterface