From 6a6a4ca739409c0ae4c5f618fd2aed051d9c6979 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Sun, 5 Jul 2015 11:37:49 +0200 Subject: [PATCH] add missing @uses --- tests/unit/DocBlock/StandardTagFactoryTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/unit/DocBlock/StandardTagFactoryTest.php b/tests/unit/DocBlock/StandardTagFactoryTest.php index 21cbacf..0247da0 100644 --- a/tests/unit/DocBlock/StandardTagFactoryTest.php +++ b/tests/unit/DocBlock/StandardTagFactoryTest.php @@ -326,9 +326,12 @@ class StandardTagFactoryTest extends \PHPUnit_Framework_TestCase } /** + * @covers ::create * @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::__construct * @uses phpDocumentor\Reflection\DocBlock\StandardTagFactory::addService - * @covers ::create + * @uses phpDocumentor\Reflection\Docblock\Description + * @uses phpDocumentor\Reflection\Docblock\Tags\Return_ + * @uses phpDocumentor\Reflection\Docblock\Tags\BaseTag */ public function testReturntagIsMappedCorrectly() {