Skip to content

Commit d5fef10

Browse files
authored
Merge pull request #286 from jrfnl/feature/tests-add-missing-coversnothing
Tests: fix missing `@covers` tag
2 parents 88b67bd + 6eee464 commit d5fef10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/DocblockSeeTagResolvingTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use phpDocumentor\Reflection\Types\Context;
99
use PHPUnit\Framework\TestCase;
1010

11+
/**
12+
* @coversNothing
13+
*/
1114
class DocblockSeeTagResolvingTest extends TestCase
1215
{
1316
public function testResolvesSeeFQSENOfInlineTags()

0 commit comments

Comments
 (0)