From 6f8fd2dd8ef54856c6029528265510578fa0de33 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:46:39 +0200 Subject: [PATCH] TASK: Fix ci --- .../Factory/ContentTitleNodeCreationHandlerFactory.php | 1 - .../Neos.TestNodeTypes/NodeTypes/Document/PageWithImage.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Classes/NodeCreationHandler/Factory/ContentTitleNodeCreationHandlerFactory.php b/Classes/NodeCreationHandler/Factory/ContentTitleNodeCreationHandlerFactory.php index 4f8e97d4fd..c50580a8fa 100644 --- a/Classes/NodeCreationHandler/Factory/ContentTitleNodeCreationHandlerFactory.php +++ b/Classes/NodeCreationHandler/Factory/ContentTitleNodeCreationHandlerFactory.php @@ -14,7 +14,6 @@ */ final class ContentTitleNodeCreationHandlerFactory implements ContentRepositoryServiceFactoryInterface { - public function build(ContentRepositoryServiceFactoryDependencies $serviceFactoryDependencies): ContentRepositoryServiceInterface { return new ContentTitleNodeCreationHandler($serviceFactoryDependencies->contentRepository); diff --git a/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.TestNodeTypes/NodeTypes/Document/PageWithImage.yaml b/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.TestNodeTypes/NodeTypes/Document/PageWithImage.yaml index 3d0cdae847..2561d8f4e3 100644 --- a/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.TestNodeTypes/NodeTypes/Document/PageWithImage.yaml +++ b/Tests/IntegrationTests/TestDistribution/DistributionPackages/Neos.TestNodeTypes/NodeTypes/Document/PageWithImage.yaml @@ -4,7 +4,7 @@ options: nodeCreationHandlers: image: - factoryClassName: 'Neos\Neos\Ui\NodeCreationHandler\Factory\ImagePropertyNodeCreationHandlerFactory' + factoryClassName: 'Neos\TestNodeTypes\NodeCreationHandler\ImagePropertyNodeCreationHandlerFactory' ui: label: PageWithImage_Test icon: icon-file-o