rectorphp / rector-phpunit

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

Ignore non existent data provider methods #143

Closed marmichalski closed 1 year ago

marmichalski commented 1 year ago

This PR, when merged, would unblock the ~failures~ failure described in #142.

Handling non-final classes that define data provider methods and not use them themself could be handled as a feature, I guess.

TomasVotruba commented 1 year ago

Thanks :+1: