From e4f3fb976b3cedff79ea478973ff37b0864cc780 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 22 Sep 2015 08:42:12 +0100 Subject: [PATCH] Fixed test cases due to changes in rules --- ext/date/tests/010.phpt | 13 ++----------- ext/date/tests/bug17988.phpt | 4 ---- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/ext/date/tests/010.phpt b/ext/date/tests/010.phpt index 9f8c30a2e9..8b39229703 100644 --- a/ext/date/tests/010.phpt +++ b/ext/date/tests/010.phpt @@ -8,7 +8,7 @@ date_default_timezone_set('UTC'); echo "Done\n"; ?> --EXPECTF-- -array(7) { +array(6) { [0]=> array(3) { ["dst"]=> @@ -46,15 +46,6 @@ array(7) { string(8) "Etc/Zulu" } [4]=> - array(3) { - ["dst"]=> - bool(false) - ["offset"]=> - int(0) - ["timezone_id"]=> - string(3) "GMT" - } - [5]=> array(3) { ["dst"]=> bool(false) @@ -63,7 +54,7 @@ array(7) { ["timezone_id"]=> string(3) "UTC" } - [6]=> + [5]=> array(3) { ["dst"]=> bool(false) diff --git a/ext/date/tests/bug17988.phpt b/ext/date/tests/bug17988.phpt index e758b16aed..01637d69c9 100644 --- a/ext/date/tests/bug17988.phpt +++ b/ext/date/tests/bug17988.phpt @@ -6,8 +6,6 @@ date.timezone=GMT