rectorphp / rector-phpunit

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

Add PropertyExistsWithoutAssertRector #202

Closed TomasVotruba closed 1 year ago

TomasVotruba commented 1 year ago

Removes the now deprecated property/method exists PHPUnit assertions and replaces them with plain PHP equivalents.