rectorphp / rector-phpunit

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

Fix AssertCompareToSpecificMethodRector to skip gettype checks, as will be deprecated in next PHPUnit version #337

Closed TomasVotruba closed 2 weeks ago

TomasVotruba commented 2 weeks ago

While upgrade is valid for one PHPUnit version, it will be deprecated next one. The best way to go is to skip gettype check.

Closes https://github.com/rectorphp/rector/issues/8593