Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f4ab2c

Browse files
committed
Set enable_lazy_ghost_objects when appropriate
1 parent cb676a0 commit 3f4ab2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CacheSchemaSubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testSchemaSubscriberWiring(): void
7373
/* @phpstan-ignore function.alreadyNarrowedType */
7474
] + (method_exists(Configuration::class, 'enableNativeLazyObjects') ? [
7575
'enable_native_lazy_objects' => PHP_VERSION_ID >= 80400,
76-
] : []),
76+
] : ['enable_lazy_ghost_objects' => true]),
7777
],
7878
], $container);
7979

0 commit comments

Comments
 (0)