From 9497c5f6f6cdeb6dab3b5aac622af7a51373f343 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Dec 2024 09:33:41 +0100 Subject: [PATCH] Improve test name --- tests/ExporterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));