[TASK] Remove a set of skipped unit tests
This patch removes a series of unit tests from the test sets that are often either skipped or flaky. * There is little point in testing chmod() / chgrp() operations of low-level methods. That's a system thing we shouldn't test in detail. * Some tests have been marked as "i'm mocking too much, make me a functional test". Most of these are oooold. Don't read it, delete it. * Some phpunit @requires annotations have been broken since introduction and always resulted in "skip test". Remove those. Change-Id: I82e04613c9b72712e279d0819ada8e073658968d Resolves: #96301 Releases: main, 11.5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72567 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php 0 additions, 28 deletions...ore/Tests/Unit/Configuration/ConfigurationManagerTest.php
- typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php 1 addition, 15 deletions...s/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php
- typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php 1 addition, 37 deletions.../Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php
- typo3/sysext/core/Tests/Unit/Localization/LocalesTest.php 0 additions, 15 deletionstypo3/sysext/core/Tests/Unit/Localization/LocalesTest.php
- typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php 0 additions, 39 deletions...ysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php 0 additions, 271 deletions...3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
- typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php 0 additions, 157 deletionstypo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php 0 additions, 51 deletions...ts/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php
- typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php 0 additions, 15 deletions...Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php
- typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php 0 additions, 202 deletions...ts/Unit/Authentication/FrontendUserAuthenticationTest.php
- typo3/sysext/frontend/Tests/Unit/Middleware/PageResolverTest.php 0 additions, 207 deletions...ysext/frontend/Tests/Unit/Middleware/PageResolverTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/AbstractNodeTest.php 0 additions, 56 deletions...t/install/Tests/Unit/FolderStructure/AbstractNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/DirectoryNodeTest.php 0 additions, 16 deletions.../install/Tests/Unit/FolderStructure/DirectoryNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/FileNodeTest.php 0 additions, 20 deletions...ysext/install/Tests/Unit/FolderStructure/FileNodeTest.php
Please register or sign in to comment