From a6f506dddd944652f3342304a600d1f70d59d314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Oct 2023 14:49:30 +0200 Subject: [PATCH] Fix: Namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Möller --- .../Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php b/test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php index c2f64fb..4032f2a 100644 --- a/test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php +++ b/test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace LaminasTest\ServiceManager; +namespace LaminasTest\Tag\Cloud\Decorator; use Laminas\ServiceManager\ServiceManager; use Laminas\ServiceManager\Test\CommonPluginManagerTrait;