I'm upgrading a CakePHP 3 app to CakePHP 4, and following the Upgrade Guide.
However, the bin/cake upgrade rector --rules phpunit80 <path/to/app/tests>
tool hangs.
A little background, my app was made mostly in CakePHP 3.6. I upgraded it to 3.7, then 3.8, then 3.9 and made sure everything as working (no deprecation warnings) before attempting the upgrade to 4.
I'm following the CakePHP 4.0 upgrade guide. All steps are successful up to "Applying Rector Refactorings".
When I run this:
PS C:\xampp\htdocs\my_app\upgrade> bin/cake upgrade rector --rules phpunit80 C:\xampp\htdocs\my_app\tests
I get this result:
Rector v0.7.26
Then,
0/189 [>---------------------------] 0%
And it just hangs there (about 1 hour already).
Is there any advice on how to solve this?
Thanks! D.