[TASK] Add first functional tests for DataHandler
The patch introduces some common database fixtures that can be re-used between tests. Two base functional tests in core data handler are activated and another one in workspace. Functional test xml is changed to execute all core and workspace tests. Most of them are not working yet and marked as incomplete for new. Resolves: #51151 Releases: 6.2 Change-Id: Ic8e3da4f1064689e6ea7ef2365b0f8b1a3ce91f4 Reviewed-on: https://review.typo3.org/23171 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Tymoteusz Motylewski Tested-by: Tymoteusz Motylewski Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
Showing
- typo3/sysext/core/Build/FunctionalTests.xml 4 additions, 1 deletiontypo3/sysext/core/Build/FunctionalTests.xml
- typo3/sysext/core/Tests/BaseTestCase.php 0 additions, 17 deletionstypo3/sysext/core/Tests/BaseTestCase.php
- typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php 5 additions, 1 deletion...Functional/Category/Collection/CategoryCollectionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandlerTest.php 123 additions, 0 deletions...xt/core/Tests/Functional/DataHandling/DataHandlerTest.php
- typo3/sysext/core/Tests/Functional/Fixtures/pages.xml 45 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Fixtures/pages.xml
- typo3/sysext/core/Tests/Functional/Fixtures/pages_language_overlay.xml 19 additions, 0 deletions...core/Tests/Functional/Fixtures/pages_language_overlay.xml
- typo3/sysext/core/Tests/Functional/Fixtures/sys_language.xml 21 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Fixtures/sys_language.xml
- typo3/sysext/core/Tests/Functional/Fixtures/tt_content.xml 11 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Fixtures/tt_content.xml
- typo3/sysext/core/Tests/Functional/Functional/FunctionalTestCaseTest.php 0 additions, 39 deletions...re/Tests/Functional/Functional/FunctionalTestCaseTest.php
- typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
- typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.php 7 additions, 0 deletions...core/Tests/Functional/Resource/Driver/LocalDriverTest.php
- typo3/sysext/core/Tests/Functional/Resource/FolderTest.php 7 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Resource/FolderTest.php
- typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php 9 additions, 1 deletion...xt/core/Tests/Functional/Resource/ResourceStorageTest.php
- typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php 5 additions, 1 deletion...Tests/Functional/Utility/File/ExtendedFileUtilityTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/DataHandlerTest.php 106 additions, 0 deletions...kspaces/Tests/Functional/DataHandling/DataHandlerTest.php
- typo3/sysext/workspaces/Tests/Functional/Fixtures/pages.xml 0 additions, 43 deletionstypo3/sysext/workspaces/Tests/Functional/Fixtures/pages.xml
- typo3/sysext/workspaces/Tests/Functional/Fixtures/sys_workspace.xml 0 additions, 0 deletions...xt/workspaces/Tests/Functional/Fixtures/sys_workspace.xml
- typo3/sysext/workspaces/Tests/Functional/Service/Fixtures/dbMovedContent.xml 0 additions, 0 deletions...aces/Tests/Functional/Service/Fixtures/dbMovedContent.xml
- typo3/sysext/workspaces/Tests/Functional/Service/WorkspaceTest.php 31 additions, 37 deletions...ext/workspaces/Tests/Functional/Service/WorkspaceTest.php
Please register or sign in to comment