[TASK] Use codeception DataProvider attribute
Use the attribute in favor of `@dataProvider` annotation. Adapt the acceptance test splitter to deal with it. Clean up annotationChecker to no longer allow `@dataProvider` and disallow a series of further not used annotations along the way. Resolves: #103204 Related: #103180 Releases: main, 12.4 Change-Id: If8e4d5a87d07d574065d596acb4c44a48f265ffa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83136 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Scripts/annotationChecker.php 5 additions, 8 deletionsBuild/Scripts/annotationChecker.php
- Build/Scripts/splitAcceptanceTests.php 11 additions, 19 deletionsBuild/Scripts/splitAcceptanceTests.php
- typo3/sysext/core/Tests/Acceptance/Application/DbCheck/DbCheckModuleCest.php 2 additions, 3 deletions...ests/Acceptance/Application/DbCheck/DbCheckModuleCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputDateCest.php 5 additions, 12 deletions...nce/Application/FormEngine/ElementsBasicInputDateCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputEvalCest.php 2 additions, 3 deletions...nce/Application/FormEngine/ElementsBasicInputEvalCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputRangeCest.php 2 additions, 3 deletions...ce/Application/FormEngine/ElementsBasicInputRangeCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputSimpleCest.php 2 additions, 3 deletions...e/Application/FormEngine/ElementsBasicInputSimpleCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicNumberCest.php 2 additions, 3 deletions...ptance/Application/FormEngine/ElementsBasicNumberCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicPasswordCest.php 2 additions, 3 deletions...ance/Application/FormEngine/ElementsBasicPasswordCest.php
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsEmptyElementsCest.php 2 additions, 3 deletions...ance/Application/FormEngine/ElementsEmptyElementsCest.php
- typo3/sysext/core/Tests/Acceptance/Application/Frontend/SitemapXmlCest.php 2 additions, 3 deletions.../Tests/Acceptance/Application/Frontend/SitemapXmlCest.php
- typo3/sysext/core/Tests/Acceptance/Application/Info/InfoModuleCest.php 2 additions, 3 deletions...core/Tests/Acceptance/Application/Info/InfoModuleCest.php
- typo3/sysext/core/Tests/Acceptance/Application/InstallTool/EnvironmentCest.php 2 additions, 3 deletions...ts/Acceptance/Application/InstallTool/EnvironmentCest.php
- typo3/sysext/core/Tests/Acceptance/Application/Redirect/RedirectModuleCest.php 2 additions, 3 deletions...ts/Acceptance/Application/Redirect/RedirectModuleCest.php
- typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php 0 additions, 1 deletion.../frontend/Classes/ContentObject/FileLinkHookInterface.php
Please register or sign in to comment