Browse Source

- skip on win, diff TZ format

pull/12/head
Pierre Joye 15 years ago
parent
commit
618d638898
  1. 6
      ext/soap/tests/schema/schema064.phpt

6
ext/soap/tests/schema/schema064.phpt

@ -1,7 +1,11 @@
--TEST-- --TEST--
SOAP XML Schema 64: standard date/time types SOAP XML Schema 64: standard date/time types
--SKIPIF-- --SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php
if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
die('skip, windows has different TZ format');
}
require_once('skipif.inc'); ?>
--FILE-- --FILE--
<?php <?php
include "test_schema.inc"; include "test_schema.inc";

Loading…
Cancel
Save