[TASK] Apply stricter URI route generation assertions
Several tests for URI route generation are stricter and assert that either the whole URI matches, or that at least the `?cHash=` suffix is applied for the corresponding test permutations. Besides that, individual URI assertions are streamlined to use AbstractEnhancerLinkGeneratorTestCase::assertGeneratedUriEquals. Resolves: #103396 Releases: main, 12.4, 11.5 Change-Id: I65ae10fa2984021da653bac33579feb6d10a6464 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83464 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/AbstractEnhancerLinkGeneratorTestCase.php 16 additions, 2 deletions...erLinkGenerator/AbstractEnhancerLinkGeneratorTestCase.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/LocaleModifierTest.php 1 addition, 31 deletions...SiteHandling/EnhancerLinkGenerator/LocaleModifierTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/PersistedAliasMapperTest.php 1 addition, 27 deletions...ndling/EnhancerLinkGenerator/PersistedAliasMapperTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/PersistedPatternMapperTest.php 1 addition, 30 deletions...ling/EnhancerLinkGenerator/PersistedPatternMapperTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/RouteTest.php 3 additions, 3 deletions...nctional/SiteHandling/EnhancerLinkGenerator/RouteTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/StaticRangeMapperTest.php 1 addition, 27 deletions...eHandling/EnhancerLinkGenerator/StaticRangeMapperTest.php
- typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGenerator/StaticValueMapperTest.php 1 addition, 30 deletions...eHandling/EnhancerLinkGenerator/StaticValueMapperTest.php
Please register or sign in to comment