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 83e3125 commit a084b5eCopy full SHA for a084b5e
tests/unit/Types/ContextFactoryTest.php
@@ -89,6 +89,10 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
89
$this->assertSame($expected, $context->getNamespaceAliases());
90
}
91
92
+ /**
93
+ * @covers ::createForNamespace
94
+ * @uses phpDocumentor\Reflection\Types\Context
95
+ */
96
public function testTraitUseIsNotDetectedAsNamespaceUse()
97
{
98
$fixture = new ContextFactory();
0 commit comments