[TASK] Doctrine: Migrate functional test cases in ext:core
The removed IRRE\AbstractTestCase was a left-over from the initial functional test introduction with TYPO3 CMS 6.2 that was refactored later on and has not been used any further. Adjustments in the asserted test values have been necessary since previously data has been retrieved as string and is now implicitly casted to double for accordant database column types. Resolves: #77507 Releases: master Change-Id: I2aaf493f4401c7eb438b948dfe450acb52411451 Reviewed-on: https://review.typo3.org/49490 Tested-by:Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php 114 additions, 53 deletions...Functional/Category/Collection/CategoryCollectionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 30 additions, 22 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/ActionTestCase.php 11 additions, 1 deletion...s/Functional/DataHandling/FlexformIrre/ActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php 19 additions, 16 deletions...Tests/Functional/DataHandling/Framework/ActionService.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/AbstractTestCase.php 0 additions, 449 deletions...e/Tests/Functional/DataHandling/IRRE/AbstractTestCase.php
- typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook/BackendUserHandler.php 5 additions, 9 deletions...Functional/Framework/Frontend/Hook/BackendUserHandler.php
- typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook/FrontendUserHandler.php 5 additions, 9 deletions...unctional/Framework/Frontend/Hook/FrontendUserHandler.php
- typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords/DataSet/Assertion/importIrreRecords.csv 12 additions, 12 deletions...reTutorialRecords/DataSet/Assertion/importIrreRecords.csv
Please register or sign in to comment