diff --git a/tests/ExporterTest.php b/tests/ExporterTest.php index 0dccde8..a70ab8f 100644 --- a/tests/ExporterTest.php +++ b/tests/ExporterTest.php @@ -562,7 +562,7 @@ EOF; } #[RequiresPhp('^8.4')] - public function testShortenedExportDoesNotUnlazyLazyObject(): void + public function testShortenedExportDoesNotInitializeLazyObject(): void { $reflector = new ReflectionClass(ExampleClass::class); $object = $reflector->newLazyProxy(static fn () => new ExampleClass('bar'));