Skip to content

Commit cb4e61a

Browse files
TomasVotrubajaapio
authored andcommitted
fix tests
1 parent 03f0f7e commit cb4e61a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
8080
{
8181
$fixture = new ContextFactory();
8282
$expected = [
83-
'm' => m::class,
84-
'DocBlock' => DocBlock::class,
85-
'Tag' => Tag::class,
83+
'm' => m::class,
84+
'DocBlock' => DocBlock::class,
85+
'Tag' => Tag::class,
8686
'phpDocumentor' => 'phpDocumentor',
8787
ReflectionClass::class => ReflectionClass::class,
8888
'TestCase' => TestCase::class,

0 commit comments

Comments
 (0)