[TASK] Update invalid test data providers
Backport of https://review.typo3.org/c/Packages/TYPO3.CMS/+/83155 to TYPO3 v12. PHPUnit 10.5.18 introduces deprecation warning due to use of non-matching parameter names with data providers, introduced by https://github.com/sebastianbergmann/phpunit/pull/5812. This patch backports changes that were made for PHPUnit v11 support, which also addresses these kind of deprecation warnings too. Resolves: #103634 Related: #103222 Releases: 12.4 Change-Id: Ia9a1f7c5d62894dc80b3d1f9b465fb488b3250fc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83788 Tested-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php 10 additions, 6 deletions...sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaCheckboxItemsTest.php 2 additions, 2 deletions...Tests/Unit/Form/FormDataProvider/TcaCheckboxItemsTest.php
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 3 additions, 20 deletions.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Tests/Functional/Command/CliCommandTest.php 22 additions, 22 deletions...3/sysext/core/Tests/Functional/Command/CliCommandTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/MinValueTest.php 3 additions, 3 deletions...re/Tests/Functional/DataHandling/Regular/MinValueTest.php
- typo3/sysext/core/Tests/Functional/Imaging/IconFactoryTest.php 19 additions, 19 deletions.../sysext/core/Tests/Functional/Imaging/IconFactoryTest.php
- typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.php 3 additions, 3 deletions...core/Tests/Functional/Resource/Driver/LocalDriverTest.php
- typo3/sysext/core/Tests/Functional/Resource/StorageRepositoryTest.php 30 additions, 30 deletions.../core/Tests/Functional/Resource/StorageRepositoryTest.php
- typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php 3 additions, 3 deletions...3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
- typo3/sysext/core/Tests/Unit/DataHandling/SoftReference/EmailSoftReferenceParserTest.php 13 additions, 13 deletions...taHandling/SoftReference/EmailSoftReferenceParserTest.php
- typo3/sysext/core/Tests/Unit/DataHandling/SoftReference/ExtensionPathSoftReferenceParserTest.php 9 additions, 9 deletions...ng/SoftReference/ExtensionPathSoftReferenceParserTest.php
- typo3/sysext/core/Tests/Unit/DataHandling/SoftReference/TypoLinkTagSoftReferenceParserTest.php 16 additions, 16 deletions...ling/SoftReference/TypoLinkTagSoftReferenceParserTest.php
- typo3/sysext/core/Tests/Unit/DataHandling/SoftReference/UrlSoftReferenceParserTest.php 20 additions, 20 deletions...DataHandling/SoftReference/UrlSoftReferenceParserTest.php
- typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php 15 additions, 15 deletions...t/core/Tests/Unit/Localization/Parser/XliffParserTest.php
- typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php 7 additions, 7 deletionstypo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php
- typo3/sysext/core/Tests/Unit/Session/UserSessionManagerTest.php 3 additions, 3 deletions...sysext/core/Tests/Unit/Session/UserSessionManagerTest.php
- typo3/sysext/extbase/Tests/Functional/Configuration/FrontendConfigurationManagerTest.php 5 additions, 5 deletions...tional/Configuration/FrontendConfigurationManagerTest.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php 4 additions, 17 deletions...ctional/Mvc/Controller/ControllerArgumentsMappingTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php 16 additions, 16 deletions...e/Tests/Functional/Persistence/QueryLocalizedDataTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedSiteContentTest.php 3 additions, 3 deletions...ests/Functional/Persistence/TranslatedSiteContentTest.php
Please register or sign in to comment