Actions
Task #103465
closedCreate common base for integrity checker using finder and php parser
Start date:
2024-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently we have four integrity checker that use both symfony finder to prepare their set of files, and the nicic PHP parser to execute their checks. With more of those to come, it is time to prepare an architecture that feeds the checkers. Thus we can change everything in one place if needed.
This are the checkers we currently have:
Build/Scripts/annotationChecker.php
Build/Scripts/checkNamespaceIntegrity.php
Build/Scripts/testClassFinalChecker.php
Build/Scripts/testMethodPrefixChecker.php
Files
Actions