Updated comments with the namespaced notation, and added the "Tag" suffix where needed.

This commit is contained in:
Vasil Rangelov
2012-11-04 22:19:18 +02:00
parent 9a3c6f50ef
commit ba1395e42d
7 changed files with 12 additions and 12 deletions
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Covers * Test class for \phpDocumentor\Reflection\DocBlock\Tag\CoversTag
* *
* @author Daniel O'Connor <[email protected]> * @author Daniel O'Connor <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -23,8 +23,8 @@ namespace phpDocumentor\Reflection\DocBlock\Tag;
class CoversTagTest extends \PHPUnit_Framework_TestCase class CoversTagTest extends \PHPUnit_Framework_TestCase
{ {
/** /**
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\Covers can create a link * Test that the \phpDocumentor\Reflection\DocBlock\Tag\CoversTag can create
* for the covers doc block * a link for the covers doc block.
* *
* @param string $type * @param string $type
* @param string $content * @param string $content
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_Param. * Test class for \phpDocumentor\Reflection\DocBlock\ParamTag.
* *
* @author Mike van Riel <[email protected]> * @author Mike van Riel <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_ReturnTag. * Test class for \phpDocumentor\Reflection\DocBlock\ReturnTag.
* *
* @author Mike van Riel <[email protected]> * @author Mike van Riel <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_Tag_See * Test class for \phpDocumentor\Reflection\DocBlock\Tag\SeeTag
* *
* @author Daniel O'Connor <[email protected]> * @author Daniel O'Connor <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Uses * Test class for \phpDocumentor\Reflection\DocBlock\Tag\UsesTag
* *
* @author Daniel O'Connor <[email protected]> * @author Daniel O'Connor <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Tag; namespace phpDocumentor\Reflection\DocBlock\Tag;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Link * Test class for \phpDocumentor\Reflection\DocBlock\Tag\VarTag
* *
* @author Daniel O'Connor <[email protected]> * @author Daniel O'Connor <[email protected]>
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com) * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -23,8 +23,8 @@ namespace phpDocumentor\Reflection\DocBlock\Tag;
class VarTagTest extends \PHPUnit_Framework_TestCase class VarTagTest extends \PHPUnit_Framework_TestCase
{ {
/** /**
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can understand * Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can
* the @var doc block * understand the @var doc block
* *
* @param string $type * @param string $type
* @param string $content * @param string $content
@@ -1,6 +1,6 @@
<?php <?php
/** /**
* phpDocumentor Covers Tag Test * phpDocumentor Collection Test
* *
* PHP version 5.3 * PHP version 5.3
* *
@@ -13,7 +13,7 @@
namespace phpDocumentor\Reflection\DocBlock\Type; namespace phpDocumentor\Reflection\DocBlock\Type;
/** /**
* Test class for phpDocumentor_Reflection_DocBlock * Test class for \phpDocumentor\Reflection\DocBlock\Type\Collection
* *
* @covers phpDocumentor\Reflection\DocBlock\Type\Collection * @covers phpDocumentor\Reflection\DocBlock\Type\Collection
* *