summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_toDateTimeZone_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/timezone_toDateTimeZone_basic.phpt')
-rw-r--r--ext/intl/tests/timezone_toDateTimeZone_basic.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/tests/timezone_toDateTimeZone_basic.phpt b/ext/intl/tests/timezone_toDateTimeZone_basic.phpt
index 76981a4a91..831bc3df1a 100644
--- a/ext/intl/tests/timezone_toDateTimeZone_basic.phpt
+++ b/ext/intl/tests/timezone_toDateTimeZone_basic.phpt
@@ -22,7 +22,6 @@ function do_test(IntlTimeZone $tz, $proc = false) {
do_test(IntlTimeZone::createTimeZone('CET'));
do_test(IntlTimeZone::createTimeZone('Europe/Amsterdam'));
do_test(IntlTimeZone::createTimeZone('GMT+0405'), true);
-
--EXPECTF--
string(3) "CET"
int(3600000)