From c2a245f5822ec349955cb689696a1cc326ab7b90 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 ++ 3 files changed, 5 insertions(+) diff --git a/ext/date/tests/DateInterval_format.phpt b/ext/date/tests/DateInterval_format.phpt index 8088a0aa7c1..c144f585ac4 100644 --- a/ext/date/tests/DateInterval_format.phpt +++ b/ext/date/tests/DateInterval_format.phpt @@ -10,6 +10,7 @@ Daniel Convissor --FILE--