0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-16 18:05:18 +00:00

* tests/timezones.phpt - added LC_ALL=C to prevent test failing when another locale is set as default

This commit is contained in:
Christiano Becker 2023-02-20 07:13:41 -03:00
parent eb61c4ddcf
commit f24a8af0f5

View File

@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
?>
--FILE--
<?php
putenv('LC_ALL=C');
$v8 = new V8Js();
try {