File tree Expand file tree Collapse file tree 19 files changed +360
-323
lines changed
tests/Barryvdh/Reflection Expand file tree Collapse file tree 19 files changed +360
-323
lines changed Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock ;
13
+ namespace Barryvdh \Reflection \DocBlock ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Description
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Description
17
17
*
18
18
* @author Vasil Rangelov <boen.robot@gmail.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\CoversTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\CoversTag
17
17
*
18
18
* @author Daniel O'Connor <daniel.oconnor@gmail.com>
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\CoversTag can create
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\CoversTag can create
27
27
* a link for the covers doc block.
28
28
*
29
29
* @param string $type
30
30
* @param string $content
31
31
* @param string $exContent
32
32
* @param string $exReference
33
33
*
34
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\CoversTag
34
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\CoversTag
35
35
* @dataProvider provideDataForConstuctor
36
36
*
37
37
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\DeprecatedTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\DeprecatedTag
17
17
*
18
18
* @author Vasil Rangelov <boen.robot@gmail.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class DeprecatedTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor \Reflection\DocBlock\Tag\LinkTag can create
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\LinkTag can create
27
27
* a link for the @deprecated doc block.
28
28
*
29
29
* @param string $type
@@ -32,7 +32,7 @@ class DeprecatedTagTest extends \PHPUnit_Framework_TestCase
32
32
* @param string $exDescription
33
33
* @param string $exVersion
34
34
*
35
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\DeprecatedTag
35
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\DeprecatedTag
36
36
* @dataProvider provideDataForConstuctor
37
37
*
38
38
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\ExampleTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\ExampleTag
17
17
*
18
18
* @author Vasil Rangelov <boen.robot@gmail.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class ExampleTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor \Reflection\DocBlock\Tag\SourceTag can
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\SourceTag can
27
27
* understand the @source DocBlock.
28
28
*
29
29
* @param string $type
@@ -33,7 +33,7 @@ class ExampleTagTest extends \PHPUnit_Framework_TestCase
33
33
* @param string $exLineCount
34
34
* @param string $exFilepath
35
35
*
36
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\ExampleTag
36
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\ExampleTag
37
37
* @dataProvider provideDataForConstuctor
38
38
*
39
39
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\LinkTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\LinkTag
17
17
*
18
18
* @author Ben Selby <benmatselby@gmail.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class LinkTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor \Reflection\DocBlock\Tag\LinkTag can create
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\LinkTag can create
27
27
* a link for the @link doc block.
28
28
*
29
29
* @param string $type
@@ -32,7 +32,7 @@ class LinkTagTest extends \PHPUnit_Framework_TestCase
32
32
* @param string $exDescription
33
33
* @param string $exLink
34
34
*
35
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\LinkTag
35
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\LinkTag
36
36
* @dataProvider provideDataForConstuctor
37
37
*
38
38
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\MethodTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\MethodTag
17
17
*
18
18
* @author Mike van Riel <mike.vanriel@naenius.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -34,7 +34,7 @@ class MethodTagTest extends \PHPUnit_Framework_TestCase
34
34
* @param string $description The short description mentioned in the
35
35
* signature.
36
36
*
37
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\MethodTag
37
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\MethodTag
38
38
* @dataProvider getTestSignatures
39
39
*
40
40
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\ParamTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\ParamTag
17
17
*
18
18
* @author Mike van Riel <mike.vanriel@naenius.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class ParamTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor \Reflection\DocBlock\Tag\ParamTag can
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\ParamTag can
27
27
* understand the @param DocBlock.
28
28
*
29
29
* @param string $type
@@ -33,7 +33,7 @@ class ParamTagTest extends \PHPUnit_Framework_TestCase
33
33
* @param string $extractedVarName
34
34
* @param string $extractedDescription
35
35
*
36
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\ParamTag
36
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\ParamTag
37
37
* @dataProvider provideDataForConstructor
38
38
*
39
39
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\ReturnTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\ReturnTag
17
17
*
18
18
* @author Mike van Riel <mike.vanriel@naenius.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
23
23
class ReturnTagTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
/**
26
- * Test that the \phpDocumentor \Reflection\DocBlock\Tag\ReturnTag can
26
+ * Test that the \Barryvdh \Reflection\DocBlock\Tag\ReturnTag can
27
27
* understand the @return DocBlock.
28
28
*
29
29
* @param string $type
@@ -32,7 +32,7 @@ class ReturnTagTest extends \PHPUnit_Framework_TestCase
32
32
* @param string $extractedTypes
33
33
* @param string $extractedDescription
34
34
*
35
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\ReturnTag
35
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\ReturnTag
36
36
* @dataProvider provideDataForConstructor
37
37
*
38
38
* @return void
Original file line number Diff line number Diff line change 10
10
* @link http://phpdoc.org
11
11
*/
12
12
13
- namespace phpDocumentor \Reflection \DocBlock \Tag ;
13
+ namespace Barryvdh \Reflection \DocBlock \Tag ;
14
14
15
15
/**
16
- * Test class for \phpDocumentor \Reflection\DocBlock\Tag\SeeTag
16
+ * Test class for \Barryvdh \Reflection\DocBlock\Tag\SeeTag
17
17
*
18
18
* @author Daniel O'Connor <daniel.oconnor@gmail.com>
19
19
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -31,7 +31,7 @@ class SeeTagTest extends \PHPUnit_Framework_TestCase
31
31
* @param string $exContent
32
32
* @param string $exReference
33
33
*
34
- * @covers \phpDocumentor \Reflection\DocBlock\Tag\SeeTag
34
+ * @covers \Barryvdh \Reflection\DocBlock\Tag\SeeTag
35
35
* @dataProvider provideDataForConstuctor
36
36
*
37
37
* @return void
You can’t perform that action at this time.
0 commit comments