[TASK] Skip database creation in some functional tests
Some functional tests don't need a fully set up database with all tables and fields to test the subject. Those now leverage a new testing-framework feature to skip database creation. Good examples are the core redis and memcache cache backend tests as well as a lot of fluid view helper functional tests. The speed improvement of around factor ten is significant enough to use it if possible. Resolves: #94734 Related: #94733 Releases: master Change-Id: Ib6d7f9fec52aab8d7271c47443fe24806b15e133 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70241 Tested-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/SiteConfigurationOverridesTest.php 4 additions, 3 deletions...tion/SiteConfiguration/SiteConfigurationOverridesTest.php
- typo3/sysext/backend/Tests/Functional/Routing/RouterTest.php 4 additions, 0 deletionstypo3/sysext/backend/Tests/Functional/Routing/RouterTest.php
- typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/EditRecordViewHelperTest.php 5 additions, 3 deletions.../Functional/ViewHelpers/Link/EditRecordViewHelperTest.php
- typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php 5 additions, 3 deletions...s/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php
- typo3/sysext/backend/Tests/Functional/ViewHelpers/Mfa/IfHasStateViewHelperTest.php 5 additions, 0 deletions...s/Functional/ViewHelpers/Mfa/IfHasStateViewHelperTest.php
- typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php 5 additions, 3 deletions...s/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php
- typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php 5 additions, 3 deletions...ts/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php
- typo3/sysext/core/Tests/Functional/Cache/Backend/MemcachedBackendTest.php 8 additions, 4 deletions...e/Tests/Functional/Cache/Backend/MemcachedBackendTest.php
- typo3/sysext/core/Tests/Functional/Cache/Backend/RedisBackendTest.php 8 additions, 1 deletion.../core/Tests/Functional/Cache/Backend/RedisBackendTest.php
- typo3/sysext/core/Tests/Functional/Cache/Core/ClassAliasLoaderTest.php 8 additions, 1 deletion...core/Tests/Functional/Cache/Core/ClassAliasLoaderTest.php
- typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php 5 additions, 10 deletions...3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php
- typo3/sysext/core/Tests/Functional/IO/PharStreamWrapperInterceptorTest.php 5 additions, 0 deletions.../Tests/Functional/IO/PharStreamWrapperInterceptorTest.php
- typo3/sysext/core/Tests/Functional/Imaging/ImageMagickFileTest.php 5 additions, 0 deletions...ext/core/Tests/Functional/Imaging/ImageMagickFileTest.php
- typo3/sysext/core/Tests/Functional/Localization/LanguageServiceTest.php 5 additions, 0 deletions...ore/Tests/Functional/Localization/LanguageServiceTest.php
- typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php 5 additions, 0 deletionstypo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php
- typo3/sysext/core/Tests/Functional/Page/PageRendererTest.php 8 additions, 4 deletionstypo3/sysext/core/Tests/Functional/Page/PageRendererTest.php
- typo3/sysext/core/Tests/Functional/RateLimiter/RateLimiterFactoryTest.php 5 additions, 3 deletions...e/Tests/Functional/RateLimiter/RateLimiterFactoryTest.php
- typo3/sysext/core/Tests/Functional/Resource/Security/SvgSanitizerTest.php 5 additions, 0 deletions...e/Tests/Functional/Resource/Security/SvgSanitizerTest.php
- typo3/sysext/core/Tests/Functional/Service/Archive/ZipServiceTest.php 5 additions, 0 deletions.../core/Tests/Functional/Service/Archive/ZipServiceTest.php
- typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php 5 additions, 2 deletions...ts/Functional/Session/Backend/RedisSessionBackendTest.php
Please register or sign in to comment