We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b430dd9 commit 4ec06f8Copy full SHA for 4ec06f8
1 file changed
tests/unit/Types/ContextFactoryTest.php
@@ -139,6 +139,10 @@ public function bar()
139
$this->assertSame([], $context->getNamespaceAliases());
140
}
141
142
+ /**
143
+ * @covers ::createForNamespace
144
+ * @uses phpDocumentor\Reflection\Types\Context
145
+ */
146
public function testTraitContainsClosureWithUseStatement() : void
147
{
148
$php = '<?php declare(strict_types=1);
0 commit comments