0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 16:48:40 +00:00

Merge pull request #507 from chrisbckr/php8-test_timezone_lc

* tests/timezones.phpt - added LC_ALL=C to prevent test failing when …
This commit is contained in:
Stefan Siegl 2023-02-20 11:26:24 +01:00 committed by GitHub
commit 7515dde3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {