1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Fix date tests which started failing after change to BST

This commit is contained in:
andy wharmby
2009-03-30 12:35:30 +00:00
parent 4904830ca5
commit 65e12bbf74
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ var_dump( $tz3->getOffset($date) );
===DONE===
--EXPECTF--
*** Testing DateTimeZone::getOffset() : basic functionality ***
int(0)
%rint\(0\)|int\(3600\)%r
%rint\(-18000\)|int\(-14400\)%r
%rint\(-28800\)|int\(-25200\)%r
===DONE===
@@ -28,7 +28,7 @@ var_dump(timezone_offset_get($tz, $date));
===DONE===
--EXPECTF--
*** Testing timezone_offset_get() : basic functionality ***
int(0)
%rint\(0\)|int\(3600\)%r
%rint\(-18000\)|int\(-14400\)%r
%rint\(-28800\)|int\(-25200\)%r
===DONE===