Skip to content

Commit 3048f96

Browse files
akireikinjaapio
authored andcommitted
Unit tests fixed
1 parent 2318e5e commit 3048f96

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

tests/unit/DocBlock/Tags/DeprecatedTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
{

tests/unit/DocBlock/Tags/Formatter/AlignFormatterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
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

tests/unit/DocBlock/Tags/MethodTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)