[TASK] Testing Framework: Move fluid base test and ensure BC
After the merge of #79025 now the fluid base test case for viewhelpers should be moved to the testing framework. A compat layer for the old namespaces is introduced. Additionally some small leftovers in documentation and CI configuration were fixed. Change-Id: I78b9670a1ee1fadb4f4c36265c3a51cd1e879e50 Releases: master Resolves: #79075 Reviewed-on: https://review.typo3.org/51023 Tested-by:Helmut Hummel <typo3@helhum.io> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <typo3@helhum.io>
Showing
- .appveyor.yml 2 additions, 2 deletions.appveyor.yml
- components/testing_framework/compat/core/AccessibleObjectInterface.php 22 additions, 0 deletions...sting_framework/compat/core/AccessibleObjectInterface.php
- components/testing_framework/compat/core/BaseTestCase.php 22 additions, 0 deletionscomponents/testing_framework/compat/core/BaseTestCase.php
- components/testing_framework/compat/core/Exception.php 22 additions, 0 deletionscomponents/testing_framework/compat/core/Exception.php
- components/testing_framework/compat/core/FileStreamWrapper.php 22 additions, 0 deletions...nents/testing_framework/compat/core/FileStreamWrapper.php
- components/testing_framework/compat/core/FunctionalTestCase.php 22 additions, 0 deletions...ents/testing_framework/compat/core/FunctionalTestCase.php
- components/testing_framework/compat/core/Testbase.php 22 additions, 0 deletionscomponents/testing_framework/compat/core/Testbase.php
- components/testing_framework/compat/core/UnitTestCase.php 22 additions, 0 deletionscomponents/testing_framework/compat/core/UnitTestCase.php
- components/testing_framework/compat/fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php 22 additions, 0 deletions.../compat/fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php
- components/testing_framework/core/Build/FunctionalTests.xml 1 addition, 1 deletioncomponents/testing_framework/core/Build/FunctionalTests.xml
- components/testing_framework/fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php 1 addition, 1 deletion...amework/fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php
- composer.json 5 additions, 2 deletionscomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- typo3/sysext/core/Build/Scripts/checkFilePermissions.sh 1 addition, 1 deletiontypo3/sysext/core/Build/Scripts/checkFilePermissions.sh
- typo3/sysext/core/Documentation/Changelog/master/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst 10 additions, 2 deletions...master/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst
- typo3/sysext/core/Tests/Unit/ViewHelpers/IconForRecordViewHelperTest.php 1 addition, 1 deletion...re/Tests/Unit/ViewHelpers/IconForRecordViewHelperTest.php
- typo3/sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php 1 addition, 1 deletion...sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php 2 additions, 0 deletions...ysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php 3 additions, 1 deletion...ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfHasRoleViewHelperTest.php 3 additions, 1 deletion.../Unit/ViewHelpers/Be/Security/IfHasRoleViewHelperTest.php
Please register or sign in to comment