[TASK] Prepare Frontend Tests for additional site handling tests
Some test functionality regarding Site Handling is now sorted out in order to add more tests. - SiteConfiguration setup for tests is moved into a separate Trait. - Code which is also used (in the future) for EXT:core and not just frontend is moved to EXT:core - LocalizedFrontendPages now have a slug field as well. - Regular Frontend JsonRenderer now also renders values from SiteLanguage config + context aspect Resolves: #88060 Releases: master, 9.5 Change-Id: If859da89e4fcec16e3d1c2abb934eef040d4f386 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60363 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/FluidError.html 0 additions, 0 deletions...t/core/Tests/Functional/Fixtures/Frontend/FluidError.html
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/FluidJson.html 0 additions, 0 deletions...xt/core/Tests/Functional/Fixtures/Frontend/FluidJson.html
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/JsonRenderer.typoscript 7 additions, 0 deletions...ests/Functional/Fixtures/Frontend/JsonRenderer.typoscript
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PageError.txt 0 additions, 0 deletions...ext/core/Tests/Functional/Fixtures/Frontend/PageError.txt
- typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PhpError.php 1 addition, 1 deletion...sext/core/Tests/Functional/Fixtures/Frontend/PhpError.php
- typo3/sysext/core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php 212 additions, 0 deletions...core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php
- typo3/sysext/frontend/Tests/Functional/Rendering/DataSet/LiveDefaultPages.csv 7 additions, 7 deletions...d/Tests/Functional/Rendering/DataSet/LiveDefaultPages.csv
- typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php 5 additions, 185 deletions...ontend/Tests/Functional/SiteHandling/AbstractTestCase.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/PlainRequestTest.php 2 additions, 2 deletions...ontend/Tests/Functional/SiteHandling/PlainRequestTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php 1 addition, 1 deletion...rontend/Tests/Functional/SiteHandling/SiteRequestTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php 1 addition, 1 deletion...end/Tests/Functional/SiteHandling/SlugSiteRequestTest.php
- typo3/sysext/frontend/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php 1 addition, 1 deletion...nd/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php
Please register or sign in to comment