Skip to content

Commit 4ec06f8

Browse files
committed
add covers phpdoc
1 parent b430dd9 commit 4ec06f8

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
@@ -139,6 +139,10 @@ public function bar()
139139
$this->assertSame([], $context->getNamespaceAliases());
140140
}
141141

142+
/**
143+
* @covers ::createForNamespace
144+
* @uses phpDocumentor\Reflection\Types\Context
145+
*/
142146
public function testTraitContainsClosureWithUseStatement() : void
143147
{
144148
$php = '<?php declare(strict_types=1);

0 commit comments

Comments
 (0)