rectorphp / rector-phpunit

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

RemoveSetMethodsMethodCallRector: move tests and classes to new location #294

Closed bbrala closed 8 months ago

bbrala commented 8 months ago

Move RemoveSetMethodsMethodCallRector and its tests to correct namespace.

As per: https://github.com/rectorphp/rector-phpunit/pull/293#issuecomment-1806286903

bbrala commented 8 months ago

Failure is because the branch is not in main repo i think?

samsonasik commented 8 months ago

You can run:

vendor/bin/rector && vendor/bin/ecs check --fix

to make CI green

bbrala commented 8 months ago

Ty will do

samsonasik commented 8 months ago

Thank you @bbrala let's give it a try :+1:

samsonasik commented 8 months ago

it seems working ok now :+1: , see: