diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-08-21 09:29:43 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-08-21 09:29:43 +0100 |
commit | e530817209181243256a8be883bffa2995c58587 (patch) | |
tree | c72603a120ff117d1ee093ff0845a30f2d38a20a /ext/intl/tests/dateformat_format.phpt | |
parent | 25cc882425ff8ba9df38f1afe3ce498527f1a67e (diff) | |
download | php-git-e530817209181243256a8be883bffa2995c58587.tar.gz |
fix the version requirements for these tests
Diffstat (limited to 'ext/intl/tests/dateformat_format.phpt')
-rw-r--r-- | ext/intl/tests/dateformat_format.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_format.phpt b/ext/intl/tests/dateformat_format.phpt index f9a90684dd..241c5f975a 100644 --- a/ext/intl/tests/dateformat_format.phpt +++ b/ext/intl/tests/dateformat_format.phpt @@ -2,7 +2,7 @@ datefmt_format_code() --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> -<?php if (version_compare(INTL_ICU_VERSION, '51.2') >= 0) die('skip for ICU < 51.2'); ?> +<?php if (version_compare(INTL_ICU_VERSION, '50.1.2') >= 0) die('skip for ICU < 50.1.2'); ?> --FILE-- <?php |