Skip to content

Commit

Permalink
Fix @Covers annotation again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 16, 2024
1 parent aa43f6d commit 979ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Shared/Service/ComponentFilterServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 979ec4d

Please sign in to comment.