From c6ea819db485a30a2b50e7c85a0b54d38137d166 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 12 May 2011 06:51:46 +0000 Subject: [PATCH] Added missing date_default_timezone_set('UTC'); to the appropriate tests. A few now pass by not showing the timezone warning. --- ext/date/tests/DateInterval_format.phpt | 1 + ext/date/tests/bug48187.phpt | 2 ++ ext/date/tests/bug51819.phpt | 2 ++ ext/date/tests/bug51866.phpt | 2 ++ 4 files changed, 7 insertions(+) diff --git a/ext/date/tests/DateInterval_format.phpt b/ext/date/tests/DateInterval_format.phpt index 8088a0aa7c..c144f585ac 100644 --- a/ext/date/tests/DateInterval_format.phpt +++ b/ext/date/tests/DateInterval_format.phpt @@ -10,6 +10,7 @@ Daniel Convissor --FILE--