[TASK] Push DataHandling functional test extension down one level
All functional tests in DataHandling category (both workspaces and core) used to load the ext:irre_tutorial test extension in the uppermost abstract class. Not all of the tests use it though, and even declare additional test extensions. In order to clean up and provide test cases only with data they need and use, as a first step each abstract class below the highest level abstract declare their test extensions individually. Resolves: #95950 Releases: master Change-Id: If7922f16def8a0bde1de034f224bcd2b838f0d8f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72150 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 0 additions, 7 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Category/ManyToMany/AbstractActionTestCase.php 4 additions, 0 deletions...taHandling/Category/ManyToMany/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Category/OneToMany/AbstractActionTestCase.php 4 additions, 2 deletions...ataHandling/Category/OneToMany/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Category/OneToOne/AbstractActionTestCase.php 5 additions, 2 deletions...DataHandling/Category/OneToOne/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DefaultValuesTest.php 4 additions, 0 deletions...Functional/DataHandling/DataHandler/DefaultValuesTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DeleteTranslatedSubpagesTest.php 4 additions, 0 deletions...DataHandling/DataHandler/DeleteTranslatedSubpagesTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php 4 additions, 0 deletions...nal/DataHandling/DataHandler/GetUniqueTranslationTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php 4 additions, 0 deletions...re/Tests/Functional/DataHandling/DataHandler/HookTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/SlugUniqueTest.php 4 additions, 0 deletions...ts/Functional/DataHandling/DataHandler/SlugUniqueTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataResolving/PlainDataResolverTest.php 4 additions, 0 deletions...onal/DataHandling/DataResolving/PlainDataResolverTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/AbstractActionTestCase.php 4 additions, 0 deletions...ts/Functional/DataHandling/FAL/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Flexform/ActionTest.php 4 additions, 0 deletions...ore/Tests/Functional/DataHandling/Flexform/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/ActionTest.php 4 additions, 0 deletions...Tests/Functional/DataHandling/FlexformIrre/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Group/AbstractActionTestCase.php 5 additions, 2 deletions.../Functional/DataHandling/Group/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/AbstractActionTestCase.php 4 additions, 0 deletions...nctional/DataHandling/IRRE/CSV/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php 4 additions, 0 deletions...DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/AbstractActionTestCase.php 4 additions, 0 deletions...tional/DataHandling/ManyToMany/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php 4 additions, 0 deletions...unctional/DataHandling/Regular/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTest.php 4 additions, 2 deletions.../Tests/Functional/DataHandling/Regular/CheckValueTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForCheckboxes.php 4 additions, 2 deletions...onal/DataHandling/Regular/CheckValueTestForCheckboxes.php
Please register or sign in to comment