Skip to content

Commit

Permalink
Merge pull request #507 from chrisbckr/php8-test_timezone_lc
Browse files Browse the repository at this point in the history
* tests/timezones.phpt - added LC_ALL=C to prevent test failing when …
  • Loading branch information
stesie authored Feb 20, 2023
2 parents eb61c4d + f24a8af commit 7515dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/timezones.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
?>
--FILE--
<?php
putenv('LC_ALL=C');

$v8 = new V8Js();
try {
Expand Down

0 comments on commit 7515dde

Please sign in to comment.