Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into task/fixBehatTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaeslich committed Mar 17, 2024
2 parents 7816b2f + 4bc21e7 commit b218c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions Classes/Service/NodeRedirectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,9 @@ final class NodeRedirectService
protected array $restrictByNodeType = [];

public function __construct(
#[Flow\Inject]
protected RedirectStorageInterface $redirectStorage,
#[Flow\Inject]
protected PersistenceManagerInterface $persistenceManager,
#[Flow\Inject]
protected ContentRepositoryRegistry $contentRepositoryRegistry,
#[Flow\Inject]
protected SiteRepository $siteRepository,
) {
}
Expand Down
9 changes: 0 additions & 9 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ Neos:
catchUpHooks:
'Neos.RedirectHandler.NeosAdapter:DocumentUriPathProjectionHook':
factoryObjectName: Neos\RedirectHandler\NeosAdapter\CatchUpHook\DocumentUriPathProjectionHookFactory

Flow:
# TODO remove this temporary hack once neos is fixed.
object:
includeClasses:
"Neos.ContentRepository.TestSuite":
- "(*FAIL)"
"Neos.ContentRepositoryRegistry":
- "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)"

0 comments on commit b218c9f

Please sign in to comment.