Expand tests of Author tag with BaseTag covered functionality

This commit is contained in:
Mike van Riel
2015-06-14 08:18:12 +02:00
committed by Mike van Riel
parent 0d29e96332
commit 260a74a77b
2 changed files with 38 additions and 8 deletions
@@ -13,12 +13,6 @@
namespace phpDocumentor\Reflection\DocBlock;
use Mockery as m;
use phpDocumentor\Reflection\DocBlock\Description\PassthroughFormatter;
use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
use phpDocumentor\Reflection\DocBlock\Tags\Link;
use phpDocumentor\Reflection\DocBlock\Tags\Other;
use phpDocumentor\Reflection\Types\Context;
/**
* @coversDefaultClass \phpDocumentor\Reflection\DocBlock\DescriptionFactory
*/