Skip to content

Commit a084b5e

Browse files
committed
Added @Covers annotation for testTraitUseIsNotDetectedAsNamespaceUse
1 parent 83e3125 commit a084b5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
8989
$this->assertSame($expected, $context->getNamespaceAliases());
9090
}
9191

92+
/**
93+
* @covers ::createForNamespace
94+
* @uses phpDocumentor\Reflection\Types\Context
95+
*/
9296
public function testTraitUseIsNotDetectedAsNamespaceUse()
9397
{
9498
$fixture = new ContextFactory();

0 commit comments

Comments
 (0)