Skip to content

Commit ebe09d2

Browse files
committed
Fix missing use statement in test
1 parent bb76c58 commit ebe09d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function testReadsAliasesFromClassReflection() : void
5858
'Assert' => Assert::class,
5959
'e' => e::class,
6060
ReflectionClass::class => ReflectionClass::class,
61+
'stdClass',
6162
];
6263
$context = $fixture->createFromReflector(new ReflectionClass($this));
6364

0 commit comments

Comments
 (0)