driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
500 stars 49 forks source link

Remove MethodCallRename rule from Laravel80 ruleset #134

Closed ikari7789 closed 11 months ago

ikari7789 commented 1 year ago

It references the commit where the function was "renamed", but the next commit in the laravel/framework repository is re-adding the function.

https://github.com/laravel/framework/commit/8e0914e847e8b161a1968a68f9f80003e23136db

As assertExactJson() and assertSimilarJson() have very different expectations, I think this could change could inadvertently alter tests to be less accurate.