[TASK] Ensure test function names start with lowercase in ext:form
Some function names for validator tests in ext:form start with an uppercase letter, which is not in line with our coding guidelines. This change ensures that test function names start with a lowercase letter. Resolves: #103809 Releases: main Change-Id: If6d02c44baba9af4c346a6a4652cb929e9f84770 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84184 Tested-by:Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
Showing
- typo3/sysext/form/Tests/Functional/Mvc/Validation/CountValidatorTest.php 5 additions, 5 deletions...rm/Tests/Functional/Mvc/Validation/CountValidatorTest.php
- typo3/sysext/form/Tests/Functional/Mvc/Validation/DateRangeValidatorTest.php 7 additions, 7 deletions...ests/Functional/Mvc/Validation/DateRangeValidatorTest.php
- typo3/sysext/form/Tests/Functional/Mvc/Validation/EmptyValidatorTest.php 7 additions, 7 deletions...rm/Tests/Functional/Mvc/Validation/EmptyValidatorTest.php
- typo3/sysext/form/Tests/Functional/Mvc/Validation/FileSizeValidatorTest.php 6 additions, 6 deletions...Tests/Functional/Mvc/Validation/FileSizeValidatorTest.php
- typo3/sysext/form/Tests/Functional/Mvc/Validation/MimeTypeValidatorTest.php 5 additions, 5 deletions...Tests/Functional/Mvc/Validation/MimeTypeValidatorTest.php
Please register or sign in to comment