From 979ec4d956c95122e87b8f50ff1b56e0dc7abc7c Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Fri, 16 Aug 2024 09:39:27 +0200 Subject: [PATCH] Fix @covers annotation again --- tests/Unit/Shared/Service/ComponentFilterServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Shared/Service/ComponentFilterServiceTest.php b/tests/Unit/Shared/Service/ComponentFilterServiceTest.php index 215b56f..cfdb5ed 100644 --- a/tests/Unit/Shared/Service/ComponentFilterServiceTest.php +++ b/tests/Unit/Shared/Service/ComponentFilterServiceTest.php @@ -15,7 +15,7 @@ use PHPUnit\Framework\TestCase; /** - * @covers \OxidEsales\GraphQL\ConfigurationAccess\Shared\Service\ComponentFilterService; + * @covers \OxidEsales\GraphQL\ConfigurationAccess\Shared\Service\ComponentFilterService */ class ComponentFilterServiceTest extends TestCase {