[TASK] Migrate Tests from _callRef to _call
Tests should be consistent and reflect the way we do things in Core. However, testing framework offers too many different ways to do things, and "_callRef" is one of that. Resolves: #89817 Releases: master Change-Id: I44759df255365d0f90e0928f3f5726b66ecf9f3e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62493 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Tests/Unit/Controller/EditDocumentControllerTest.php 14 additions, 2 deletions...kend/Tests/Unit/Controller/EditDocumentControllerTest.php
- typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractHierarchicalFilesystemDriverTest.php 2 additions, 2 deletions...ource/Driver/AbstractHierarchicalFilesystemDriverTest.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php 7 additions, 2 deletions...3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php
- typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php 18 additions, 2 deletions...ore/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php
- typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php 4 additions, 4 deletions...ext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php 13 additions, 13 deletions...ts/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php 2 additions, 2 deletions.../Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php 1 addition, 1 deletion...s/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbQueryParserTest.php 15 additions, 15 deletions...it/Persistence/Generic/Storage/Typo3DbQueryParserTest.php
- typo3/sysext/extbase/Tests/Unit/Property/PropertyMapperTest.php 20 additions, 8 deletions...sysext/extbase/Tests/Unit/Property/PropertyMapperTest.php
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php 5 additions, 2 deletions...ysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php 5 additions, 2 deletions.../fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 1 addition, 1 deletion...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php 1 addition, 1 deletion...cordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php
Please register or sign in to comment