From 52c1db4b7dbaa1676a80ba5506d16844ab06d12b Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 16 May 2011 23:35:23 +0000 Subject: [PATCH] set the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as this test was originaly intended to be windows only --- ext/date/tests/DateInterval_format_a.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/date/tests/DateInterval_format_a.phpt b/ext/date/tests/DateInterval_format_a.phpt index f82a2f6f6d..d095db56b3 100644 --- a/ext/date/tests/DateInterval_format_a.phpt +++ b/ext/date/tests/DateInterval_format_a.phpt @@ -3,8 +3,13 @@ DateInterval::format(), %a --CREDITS-- Daniel Convissor # TestFest 2010 BKTK +--INI-- +date.timezone=UTC --SKIPIF-- - + --XFAIL-- Windows VC6 libs' floor()/ceil() choke on floats --FILE-- -- 2.40.0