From 405034f05f4db5334c5b124a10d432e241d0b255 Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Tue, 30 Jul 2024 14:17:00 +0200 Subject: [PATCH] OXDEV-8215: Revert NamespaceMapperTest lines --- tests/Unit/Shared/Service/NamespaceMapperTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/Shared/Service/NamespaceMapperTest.php b/tests/Unit/Shared/Service/NamespaceMapperTest.php index a24ced1..001b7de 100644 --- a/tests/Unit/Shared/Service/NamespaceMapperTest.php +++ b/tests/Unit/Shared/Service/NamespaceMapperTest.php @@ -47,9 +47,9 @@ public function testGetTypeNamespaceMapping(): void $this->namespacePrefix . '\\Shared\\DataType' => $this->srcPath . '/Shared/Service/../../Shared/DataType/', $this->namespacePrefix . '\\Theme\\DataType' => - $this->srcPath . '/Theme/Service/../../Theme/DataType/', + $this->srcPath . '/Shared/Service/../../Theme/DataType/', $this->namespacePrefix . '\\Module\\DataType' => - $this->srcPath . '/Module/Service/../../Module/DataType/', + $this->srcPath . '/Shared/Service/../../Module/DataType/', ]; $sut = $this->getSut();