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 bb76c58 commit ebe09d2Copy full SHA for ebe09d2
tests/unit/Types/ContextFactoryTest.php
@@ -58,6 +58,7 @@ public function testReadsAliasesFromClassReflection() : void
58
'Assert' => Assert::class,
59
'e' => e::class,
60
ReflectionClass::class => ReflectionClass::class,
61
+ 'stdClass',
62
];
63
$context = $fixture->createFromReflector(new ReflectionClass($this));
64
0 commit comments