Skip to content

Commit 7515dde

Browse files
authored
Merge pull request #507 from chrisbckr/php8-test_timezone_lc
* tests/timezones.phpt - added LC_ALL=C to prevent test failing when …
2 parents eb61c4d + f24a8af commit 7515dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/timezones.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
99
?>
1010
--FILE--
1111
<?php
12+
putenv('LC_ALL=C');
1213

1314
$v8 = new V8Js();
1415
try {

0 commit comments

Comments
 (0)