File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ public function testFactoryMethodFailsIfVersionIsNotString()
158158
159159 /**
160160 * @covers ::create
161+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Deprecated::__construct
161162 */
162163 public function testFactoryMethodReturnsNullIfBodyDoesNotMatchRegex ()
163164 {
Original file line number Diff line number Diff line change 2222/**
2323 * @coversDefaultClass \phpDocumentor\Reflection\DocBlock\Tags\Formatter\AlignFormatter
2424 */
25- class PassthroughFormatterTest extends \PHPUnit_Framework_TestCase
25+ class AlignFormatterTest extends \PHPUnit_Framework_TestCase
2626{
2727 /**
2828 * @covers ::format
29+ * @covers \phpDocumentor\Reflection\DocBlock\Tags\Formatter\AlignFormatter::__construct
2930 * @uses \phpDocumentor\Reflection\DocBlock\Description
3031 * @uses \phpDocumentor\Reflection\DocBlock\Tags\BaseTag
3132 * @uses \phpDocumentor\Reflection\DocBlock\Tags\Link
Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ public function testArgumentTypeCanBeInferredAsVoid()
142142
143143 /**
144144 * @covers ::create
145+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Method::__construct
146+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Method::getArguments
147+ * @uses \phpDocumentor\Reflection\DocBlock\Description
145148 */
146149 public function testRestArgumentIsParsedAsRegularArg ()
147150 {
You can’t perform that action at this time.
0 commit comments