Skip to content

Commit 09ed872

Browse files
committed
add a dummy class so that the imported namespace is utilized
1 parent d4252e2 commit 09ed872

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ public function tearDown()
197197
}
198198

199199
namespace phpDocumentor\Reflection\Types\Mock {
200+
200201
// the following import should not show in the tests above
202+
use phpDocumentor\Reflection\DocBlock\Description;
201203

204+
class Foo extends Description
205+
{
206+
// dummy class
202207
}
208+
}

0 commit comments

Comments
 (0)