Fixed build fail due to replaced class name

This commit is contained in:
Mike van Riel
2015-06-21 08:56:53 +02:00
committed by Mike van Riel
parent db3f56cfff
commit 75bb275a99
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ class DescriptionTest extends \PHPUnit_Framework_TestCase
/**
* @covers ::__construct
* @covers ::render
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Other
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Generic
* @uses \phpDocumentor\Reflection\DocBlock\Tags\BaseTag
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter
*/
@@ -49,7 +49,7 @@ class DescriptionTest extends \PHPUnit_Framework_TestCase
* @covers ::__construct
* @covers ::render
* @covers ::__toString
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Other
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Generic
* @uses \phpDocumentor\Reflection\DocBlock\Tags\BaseTag
* @uses \phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter
*/