diff --git a/tests/unit/DocBlockTest.php b/tests/unit/DocBlockTest.php index cb6ff1f..277835f 100644 --- a/tests/unit/DocBlockTest.php +++ b/tests/unit/DocBlockTest.php @@ -14,7 +14,6 @@ namespace phpDocumentor\Reflection; use Mockery as m; use phpDocumentor\Reflection\DocBlock\Tags\Deprecated; -use phpDocumentor\Reflection\DocBlock\Tags\See; use phpDocumentor\Reflection\Types\Context; /** @@ -252,7 +251,6 @@ class DocBlockTest extends \PHPUnit_Framework_TestCase $this->assertTrue($fixture->isTemplateEnd()); } - /** * @covers ::__construct * @covers ::removeTag