Merge pull request #286 from jrfnl/feature/tests-add-missing-coversnothing

Tests: fix missing `@covers` tag
This commit is contained in:
Jaap van Otterdijk
2021-08-01 22:21:05 +02:00
committed by GitHub
@@ -8,6 +8,9 @@ use phpDocumentor\Reflection\DocBlock\Tags\See;
use phpDocumentor\Reflection\Types\Context; use phpDocumentor\Reflection\Types\Context;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
/**
* @coversNothing
*/
class DocblockSeeTagResolvingTest extends TestCase class DocblockSeeTagResolvingTest extends TestCase
{ {
public function testResolvesSeeFQSENOfInlineTags() public function testResolvesSeeFQSENOfInlineTags()