File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
tests/phpDocumentor/Reflection/DocBlock Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_Tag_Covers
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\Tag\CoversTag
17
17
*
18
18
* @author Daniel O'Connor <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class CoversTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor\Reflection\DocBlock\Tag\Covers can create a link
27
- * for the covers doc block
26
+ * Test that the \phpDocumentor\Reflection\DocBlock\Tag\CoversTag can create
27
+ * a link for the covers doc block.
28
28
*
29
29
* @param string $type
30
30
* @param string $content
Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_Param .
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\ParamTag .
17
17
*
18
18
* @author Mike van Riel <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_ReturnTag .
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\ReturnTag .
17
17
*
18
18
* @author Mike van Riel <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_Tag_See
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\Tag\SeeTag
17
17
*
18
18
* @author Daniel O'Connor <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_Tag_Uses
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\Tag\UsesTag
17
17
*
18
18
* @author Daniel O'Connor <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
Original file line number Diff line number Diff line change 13
13
namespace phpDocumentor \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock_Tag_Link
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\Tag\VarTag
17
17
*
18
18
* @author Daniel O'Connor <[email protected] >
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class VarTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can understand
27
- * the @var doc block
26
+ * Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can
27
+ * understand the @var doc block
28
28
*
29
29
* @param string $type
30
30
* @param string $content
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * phpDocumentor Covers Tag Test
3
+ * phpDocumentor Collection Test
4
4
*
5
5
* PHP version 5.3
6
6
*
13
13
namespace phpDocumentor \Reflection \DocBlock \Type ;
14
14
15
15
/**
16
- * Test class for phpDocumentor_Reflection_DocBlock
16
+ * Test class for \phpDocumentor\Reflection\DocBlock\Type\Collection
17
17
*
18
18
* @covers phpDocumentor\Reflection\DocBlock\Type\Collection
19
19
*
You can’t perform that action at this time.
0 commit comments