You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the AbstractTestCase is optimized both for core and 3rd party packages (with lot of magic). Performance optimizations crashes with UX and it's mess for both sides :)
It will be better to have 2 test cases:
1st for internal Rector rule, that load all the rules in container at once
2nd for 3rd party packages, that will have clear API to implement and easy to use and extend
Todo
Decouple AbstractCommunityTestCase from AbstractTestCase
)
* inherit from AbstractCommunityTestCase
* show example of upgrade
* make use autowired array
* use native PostRector ignore
* use native Post import rector
* make use of configs in tests
* fix cs
* static fixes
* make use of configurable phpstan for rector path
* add configs
* remove unused DependencyInjection
* run Rector on code base to import FQN and add see annotatoins
* use tagged rector
Closesrectorphp/rector#5478
Now the
AbstractTestCase
is optimized both for core and 3rd party packages (with lot of magic). Performance optimizations crashes with UX and it's mess for both sides :)It will be better to have 2 test cases:
Todo
AbstractCommunityTestCase
fromAbstractTestCase
rector.php
autoloadmaster
& then verify on real project - https://github.com/sabbelasichon/typo3-rector, cc @sabbelasichongetRectorClass()
togetConfigFilePath()
The text was updated successfully, but these errors were encountered: