diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-29 18:07:12 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-29 18:07:12 +0800 |
commit | f2c83b774ae3fb101e000df16eeefbe59ba4a318 (patch) | |
tree | 4117a8a843898343dbfff66c7a906c85709c1d0a | |
parent | 52c27f32faac0e3ac65c022adcda1cdc0977e2bf (diff) | |
download | php-git-f2c83b774ae3fb101e000df16eeefbe59ba4a318.tar.gz |
Fixed test
-rw-r--r-- | ext/intl/tests/dateformat_localtime.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/dateformat_localtime.phpt b/ext/intl/tests/dateformat_localtime.phpt index 79f297db74..4d185c232d 100644 --- a/ext/intl/tests/dateformat_localtime.phpt +++ b/ext/intl/tests/dateformat_localtime.phpt @@ -3,6 +3,8 @@ datefmt_localtime_code() icu <= 4.2 --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> <?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?> +--INI-- +date.timezone=UTC --FILE-- <?php |