Skip to content

Commit 489f33e

Browse files
committed
Fix UnitTest
1 parent 62d69c1 commit 489f33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Debug/Type/ObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ public function testPhp84Lazy()
17711771
if (PHP_VERSION_ID < 80400) {
17721772
self::markTestSkipped('Test requires Php >= 8.4');
17731773
}
1774-
$baseReflector = new \ReflectionClass(\bdk\Test\Debug\Fixture\TestBase::class);
1774+
$baseReflector = new \ReflectionClass('\\bdk\\Test\\Debug\\Fixture\\TestBase');
17751775
$lazyObj = $baseReflector->newLazyProxy(static function (\bdk\Test\Debug\Fixture\TestBase $object) {
17761776
throw new \PHPUnit\Framework\Exception('Lazy object insitialized');
17771777
});

0 commit comments

Comments
 (0)