[TASK] Remove the comment "Test case" from test files
These comments don't add any value as the class under test can be easily determined from the filename. Executed commands: > grep -Rn -E "^\s\*\sTest case(\sfor.*|\.)?$" --include="*Test\.php" \ typo3/sysext/ | awk -F':' '{print "sed -i \047" $2-1 "," $2+1 "d\047 " $1}' | sh Some files with more comments needed manual adaption. Resolves: #98956 Releases: main Change-Id: Ia2fe96edda6ac26203bdfe8537a4d6e9d3e768c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76332 Tested-by:core-ci <typo3@b13.com> Tested-by:
Chris Müller <typo3@krue.ml> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Chris Müller <typo3@krue.ml> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Tests/Functional/Controller/EditDocumentControllerTest.php 0 additions, 3 deletions...ests/Functional/Controller/EditDocumentControllerTest.php
- typo3/sysext/backend/Tests/Functional/Controller/FormInlineAjaxControllerTest.php 0 additions, 3 deletions...ts/Functional/Controller/FormInlineAjaxControllerTest.php
- typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php 0 additions, 3 deletions...in/Repository/Localization/LocalizationRepositoryTest.php
- typo3/sysext/backend/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php 0 additions, 3 deletions...d/Tests/Functional/Form/FormDataProvider/TcaGroupTest.php
- typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php 0 additions, 3 deletions...nd/Tests/Unit/Controller/FormInlineAjaxControllerTest.php
- typo3/sysext/backend/Tests/Unit/Controller/FormSelectTreeAjaxControllerTest.php 0 additions, 3 deletions...ests/Unit/Controller/FormSelectTreeAjaxControllerTest.php
- typo3/sysext/backend/Tests/Unit/Controller/LoginControllerTest.php 0 additions, 3 deletions...ext/backend/Tests/Unit/Controller/LoginControllerTest.php
- typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php 0 additions, 3 deletions...Tests/Unit/Controller/SiteConfigurationControllerTest.php
- typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php 0 additions, 3 deletions...ts/Unit/Controller/Wizard/SuggestWizardControllerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php 0 additions, 3 deletions...d/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php 0 additions, 3 deletions...sts/Unit/Form/Container/PaletteAndSingleContainerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/AbstractFormElementTest.php 0 additions, 3 deletions...ckend/Tests/Unit/Form/Element/AbstractFormElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/DatetimeElementTest.php 0 additions, 3 deletions...t/backend/Tests/Unit/Form/Element/DatetimeElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataCompilerTest.php 0 additions, 3 deletions...3/sysext/backend/Tests/Unit/Form/FormDataCompilerTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/FlexFormSegmentTest.php 0 additions, 3 deletions...end/Tests/Unit/Form/FormDataGroup/FlexFormSegmentTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OnTheFlyTest.php 0 additions, 3 deletions...xt/backend/Tests/Unit/Form/FormDataGroup/OnTheFlyTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php 0 additions, 3 deletions...Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php 0 additions, 3 deletions...nit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/TcaDatabaseRecordTest.php 0 additions, 3 deletions...d/Tests/Unit/Form/FormDataGroup/TcaDatabaseRecordTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/TcaInputPlaceholderRecordTest.php 0 additions, 3 deletions...Unit/Form/FormDataGroup/TcaInputPlaceholderRecordTest.php
Please register or sign in to comment