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_parse.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_parse.phpt')
| -rw-r--r-- | ext/intl/tests/dateformat_format_parse.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_format_parse.phpt b/ext/intl/tests/dateformat_format_parse.phpt index dfb479e937..516951371a 100644 --- a/ext/intl/tests/dateformat_format_parse.phpt +++ b/ext/intl/tests/dateformat_format_parse.phpt @@ -2,7 +2,7 @@ datefmt_format_code() and datefmt_parse_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 |
