diff --git a/tests/integration/DocblockSeeTagResolvingTest.php b/tests/integration/DocblockSeeTagResolvingTest.php index f98a888..2aaf085 100644 --- a/tests/integration/DocblockSeeTagResolvingTest.php +++ b/tests/integration/DocblockSeeTagResolvingTest.php @@ -8,6 +8,9 @@ use phpDocumentor\Reflection\DocBlock\Tags\See; use phpDocumentor\Reflection\Types\Context; use PHPUnit\Framework\TestCase; +/** + * @coversNothing + */ class DocblockSeeTagResolvingTest extends TestCase { public function testResolvesSeeFQSENOfInlineTags()