Skip to content

Commit

Permalink
* tests/timezones.phpt - added LC_ALL=C to prevent test failing when …
Browse files Browse the repository at this point in the history
…another locale is set as default
  • Loading branch information
chrisbckr committed Feb 20, 2023
1 parent eb61c4d commit f24a8af
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 f24a8af

Please sign in to comment.