File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
use Mockery as m ;
17
17
use phpDocumentor \Reflection \DocBlock ,
18
18
phpDocumentor \Reflection \DocBlock \Tag ;
19
+ use phpDocumentor ;
19
20
use \ReflectionClass ; // yes, the slash is part of the test
20
21
21
22
/**
@@ -49,6 +50,7 @@ public function testReadsAliasesFromClassReflection()
49
50
'm ' => 'Mockery ' ,
50
51
'DocBlock ' => 'phpDocumentor\Reflection\DocBlock ' ,
51
52
'Tag ' => 'phpDocumentor\Reflection\DocBlock\Tag ' ,
53
+ 'phpDocumentor ' => 'phpDocumentor ' ,
52
54
'ReflectionClass ' => 'ReflectionClass '
53
55
];
54
56
$ context = $ fixture ->createFromReflector (new ReflectionClass ($ this ));
@@ -79,6 +81,7 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
79
81
'm ' => 'Mockery ' ,
80
82
'DocBlock ' => 'phpDocumentor\Reflection\DocBlock ' ,
81
83
'Tag ' => 'phpDocumentor\Reflection\DocBlock\Tag ' ,
84
+ 'phpDocumentor ' => 'phpDocumentor ' ,
82
85
'ReflectionClass ' => 'ReflectionClass '
83
86
];
84
87
$ context = $ fixture ->createForNamespace (__NAMESPACE__ , file_get_contents (__FILE__ ));
You can’t perform that action at this time.
0 commit comments