diff options
Diffstat (limited to 'ext/intl/tests/timezone_createEnumeration_basic.phpt')
-rw-r--r-- | ext/intl/tests/timezone_createEnumeration_basic.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_createEnumeration_basic.phpt b/ext/intl/tests/timezone_createEnumeration_basic.phpt index 2df32562b1..4500aef976 100644 --- a/ext/intl/tests/timezone_createEnumeration_basic.phpt +++ b/ext/intl/tests/timezone_createEnumeration_basic.phpt @@ -17,10 +17,8 @@ var_dump(get_class($tz)); $count2 = count(iterator_to_array($tz)); var_dump($count == $count2); ?> -==DONE== --EXPECT-- string(12) "IntlIterator" bool(true) string(12) "IntlIterator" -bool(true) -==DONE==
\ No newline at end of file +bool(true)
\ No newline at end of file |