Skip to content

Commit 4c93721

Browse files
nicolas-grekasOcramius
authored andcommitted
Fix lazy-loading-value-holder-internal-php-classes.phpt
1 parent 133fb21 commit 4c93721

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
@@ -25,8 +25,8 @@ $factory
2525
$initializer = null;
2626
$wrapped = new PharMock();
2727
})
28-
->compress('Lazy Loaded!');
28+
->compress(123);
2929

3030
?>
3131
--EXPECT--
32-
Lazy Loaded!
32+
123

0 commit comments

Comments
 (0)