Skip to content

Commit a01671c

Browse files
Merge branch '11.5' into 12.5
* 11.5: Also use --static-backup
2 parents 0bffe67 + c05f011 commit a01671c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/end-to-end/event/risky-global-state-modification.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ The right events are emitted in the right order for a test that is considered ri
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--globals-backup';
6+
$_SERVER['argv'][] = '--static-backup';
67
$_SERVER['argv'][] = '--strict-global-state';
78
$_SERVER['argv'][] = '--do-not-cache-result';
89
$_SERVER['argv'][] = '--no-configuration';

0 commit comments

Comments
 (0)