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()
158
158
159
159
/**
160
160
* @covers ::create
161
+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Deprecated::__construct
161
162
*/
162
163
public function testFactoryMethodReturnsNullIfBodyDoesNotMatchRegex ()
163
164
{
Original file line number Diff line number Diff line change 22
22
/**
23
23
* @coversDefaultClass \phpDocumentor\Reflection\DocBlock\Tags\Formatter\AlignFormatter
24
24
*/
25
- class PassthroughFormatterTest extends \PHPUnit_Framework_TestCase
25
+ class AlignFormatterTest extends \PHPUnit_Framework_TestCase
26
26
{
27
27
/**
28
28
* @covers ::format
29
+ * @covers \phpDocumentor\Reflection\DocBlock\Tags\Formatter\AlignFormatter::__construct
29
30
* @uses \phpDocumentor\Reflection\DocBlock\Description
30
31
* @uses \phpDocumentor\Reflection\DocBlock\Tags\BaseTag
31
32
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Link
Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ public function testArgumentTypeCanBeInferredAsVoid()
142
142
143
143
/**
144
144
* @covers ::create
145
+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Method::__construct
146
+ * @uses \phpDocumentor\Reflection\DocBlock\Tags\Method::getArguments
147
+ * @uses \phpDocumentor\Reflection\DocBlock\Description
145
148
*/
146
149
public function testRestArgumentIsParsedAsRegularArg ()
147
150
{
You can’t perform that action at this time.
0 commit comments