Improve test name
This commit is contained in:
parent
9e2aecd4b2
commit
9497c5f6f6
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue