Skip to content

Commit 8e85357

Browse files
committed
Merge branch 'fix/#649-correct-compress-parameter-used-in-internal-class-integration-test' into 2.10.x
Fix #649
2 parents 133fb21 + 4c93721 commit 8e85357

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)