mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Merge pull request #286 from jrfnl/feature/tests-add-missing-coversnothing
Tests: fix missing `@covers` tag
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user