Improve test name

This commit is contained in:
Sebastian Bergmann 2024-12-05 09:33:41 +01:00
parent 9e2aecd4b2
commit 9497c5f6f6
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 1 additions and 1 deletions

View File

@ -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'));