mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 09:21:52 +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:
parent
eb61c4ddcf
commit
f24a8af0f5
@ -9,6 +9,7 @@ require_once(dirname(__FILE__) . '/skipif.inc');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
putenv('LC_ALL=C');
|
||||
|
||||
$v8 = new V8Js();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user