mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-08 22:11:52 +00:00
Skip tests/timezones on Windows
This commit is contained in:
parent
920d9eeb33
commit
7b435e30dc
@ -1,7 +1,12 @@
|
|||||||
--TEST--
|
--TEST--
|
||||||
Test V8::executeString() : Check timezone handling
|
Test V8::executeString() : Check timezone handling
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
|
<?php
|
||||||
|
if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
|
||||||
|
die('SKIP TZ not handled by v8 on Windows');
|
||||||
|
}
|
||||||
|
require_once(dirname(__FILE__) . '/skipif.inc');
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user