Bug Report
| Subject |
Details |
| Rector version |
0.18.8 |
Minimal PHP Code Causing Issue
git clone https://github.com/FriendsOfShopware/shopware-rector
cd shopware-rector
composer update
./vendor/bin/phpunit
The tests are failing with 0.18.8, as it cannot find the Annotations:
Rector: https://github.com/FriendsOfShopware/shopware-rector/blob/main/src/Rule/v65/MigrateCaptchaAnnotationToRouteRector.php#L72-L76
Fixture: https://github.com/FriendsOfShopware/shopware-rector/blob/main/tests/Rector/v65/MigrateCaptchaAnnotationToRoute/Fixture/RefactorWithDefaultsSetForRoute.php.inc
Expected Behaviour
Tests are green as like the Rector version before
Bug Report
Minimal PHP Code Causing Issue
git clone https://github.com/FriendsOfShopware/shopware-rector cd shopware-rector composer update ./vendor/bin/phpunitThe tests are failing with 0.18.8, as it cannot find the Annotations:
Rector: https://github.com/FriendsOfShopware/shopware-rector/blob/main/src/Rule/v65/MigrateCaptchaAnnotationToRouteRector.php#L72-L76
Fixture: https://github.com/FriendsOfShopware/shopware-rector/blob/main/tests/Rector/v65/MigrateCaptchaAnnotationToRoute/Fixture/RefactorWithDefaultsSetForRoute.php.inc
Expected Behaviour
Tests are green as like the Rector version before