Skip to content

TASK: Fix Lowlevel_ProjectionTests if redirect handler is installed #5421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: 9.0
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ Feature: Low level tests covering the inner behavior of the routing projection
| b | shernode-homes | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "b"} | b |
| c | shernode-homes | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "c"} | c |
And A site exists for node name "site"
And the sites configuration is:
"""yaml
Neos:
Neos:
sitePresets:
'default':
uriPathSuffix: '.html'
contentRepository: default
contentDimensions:
resolver:
factoryClassName: Neos\Neos\FrontendRouting\DimensionResolution\Resolver\AutoUriPathResolverFactory
sites:
'*':
preset: 'default'
"""

Scenario: initial state
Then I expect the documenturipath table to contain exactly:
Expand Down
Loading