phpDocumentor / ReflectionDocBlock

MIT License
9.35k stars 119 forks source link

Tests: fix missing `@covers` tag #286

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago

... 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