Skip to content

Commit 8855b1a

Browse files
Fix lazy-loading-value-holder-internal-php-classes.phpt
1 parent 39a83e9 commit 8855b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/language-feature-scripts/lazy-loading-value-holder-internal-php-classes.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ $factory
3737
$initializer = null;
3838
$wrapped = new PharMock();
3939
})
40-
->compress('Lazy Loaded!');
40+
->compress(123);
4141

4242
?>
4343
--EXPECT--
44-
Lazy Loaded!
44+
123

0 commit comments

Comments
 (0)