mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11: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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
putenv('LC_ALL=C');
|
||||||
|
|
||||||
$v8 = new V8Js();
|
$v8 = new V8Js();
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user