From 15b5ad4ad6af031d32f6a3890a687da4cf5263f7 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Tue, 30 Dec 2025 09:08:01 +0100 Subject: [PATCH] FEATURE: Add rule to replace NodeTypePostprocessorInterface --- config/set/contentrepository-90.php | 1 + .../Fixture/nodetype-postprocessor.php.inc | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 tests/Sets/ContentRepository90/Fixture/nodetype-postprocessor.php.inc diff --git a/config/set/contentrepository-90.php b/config/set/contentrepository-90.php index 15b909b..20a2ee8 100644 --- a/config/set/contentrepository-90.php +++ b/config/set/contentrepository-90.php @@ -635,6 +635,7 @@ \Neos\ContentRepository\Domain\Projection\Content\PropertyCollectionInterface::class => \Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection::class, \Neos\ContentRepository\Domain\Model\ArrayPropertyCollection::class => \Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection::class, \Neos\Neos\Routing\FrontendNodeRoutePartHandlerInterface::class => \Neos\Neos\FrontendRouting\FrontendNodeRoutePartHandlerInterface::class, + \Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface::class => \Neos\ContentRepository\Core\NodeType\NodeTypePostprocessorInterface::class, ]); /** diff --git a/tests/Sets/ContentRepository90/Fixture/nodetype-postprocessor.php.inc b/tests/Sets/ContentRepository90/Fixture/nodetype-postprocessor.php.inc new file mode 100644 index 0000000..069a9d2 --- /dev/null +++ b/tests/Sets/ContentRepository90/Fixture/nodetype-postprocessor.php.inc @@ -0,0 +1,31 @@ +