rectorphp / rector-phpunit

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

Refactor `AssertTrueFalseToSpecificMethodRector` to create new object when needed #203

Closed ghostwriter closed 1 year ago

ghostwriter commented 1 year ago

instead of creating all objects and storing them in memory via the __construct method.

TomasVotruba commented 1 year ago

Thank you :+1: