summaryrefslogtreecommitdiff
path: root/ext/intl/tests/calendar_setTime_basic.phpt
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-04-01 22:46:55 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-04-01 23:28:01 +0100
commitd32ac3efc8d619f6033a2ff6dee19dd2ba8371a0 (patch)
tree3d8183e320345d8ad3a5b6a532b893a0e1c2a3de /ext/intl/tests/calendar_setTime_basic.phpt
parent95fbae891a653758a0e52879af808af7eedfb043 (diff)
downloadphp-git-d32ac3efc8d619f6033a2ff6dee19dd2ba8371a0.tar.gz
Fixed tests that required a "default" timezone.
Added date.timezone=Atlantic/Azores to all tests that were failing because of ext/date warning about a timezone not having been set.
Diffstat (limited to 'ext/intl/tests/calendar_setTime_basic.phpt')
-rw-r--r--ext/intl/tests/calendar_setTime_basic.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/calendar_setTime_basic.phpt b/ext/intl/tests/calendar_setTime_basic.phpt
index 802e41718a..f7f213c0d8 100644
--- a/ext/intl/tests/calendar_setTime_basic.phpt
+++ b/ext/intl/tests/calendar_setTime_basic.phpt
@@ -1,5 +1,7 @@
--TEST--
IntlCalendar::setTime() basic test
+--INI--
+date.timezone=Atlantic/Azores
--SKIPIF--
<?php
if (!extension_loaded('intl'))