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 62d69c1 commit 489f33eCopy full SHA for 489f33e
tests/Debug/Type/ObjectTest.php
@@ -1771,7 +1771,7 @@ public function testPhp84Lazy()
1771
if (PHP_VERSION_ID < 80400) {
1772
self::markTestSkipped('Test requires Php >= 8.4');
1773
}
1774
- $baseReflector = new \ReflectionClass(\bdk\Test\Debug\Fixture\TestBase::class);
+ $baseReflector = new \ReflectionClass('\\bdk\\Test\\Debug\\Fixture\\TestBase');
1775
$lazyObj = $baseReflector->newLazyProxy(static function (\bdk\Test\Debug\Fixture\TestBase $object) {
1776
throw new \PHPUnit\Framework\Exception('Lazy object insitialized');
1777
});
0 commit comments