This commit is contained in:
TomasVotruba
2017-11-10 23:53:51 +01:00
committed by Jaap van Otterdijk
parent a69e7c5103
commit dad79320b3
-2
View File
@@ -14,7 +14,6 @@ namespace phpDocumentor\Reflection;
use Mockery as m; use Mockery as m;
use phpDocumentor\Reflection\DocBlock\Tags\Deprecated; use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
use phpDocumentor\Reflection\DocBlock\Tags\See;
use phpDocumentor\Reflection\Types\Context; use phpDocumentor\Reflection\Types\Context;
/** /**
@@ -252,7 +251,6 @@ class DocBlockTest extends \PHPUnit_Framework_TestCase
$this->assertTrue($fixture->isTemplateEnd()); $this->assertTrue($fixture->isTemplateEnd());
} }
/** /**
* @covers ::__construct * @covers ::__construct
* @covers ::removeTag * @covers ::removeTag