Skip to content

Commit 6eee464

Browse files
committed
Tests: fix missing @covers tag
... or rather add the missing `@coversNothing` as this is an integration test. This prevents the test from being marked as "risky" due to the missing tag on PHPUnit 9.x: ``` There was 1 risky test: 1) phpDocumentor\Reflection\DocblockSeeTagResolvingTest::testResolvesSeeFQSENOfInlineTags This test does not have a @Covers annotation but is expected to have one ```
1 parent 8719cc1 commit 6eee464

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)