Commit:    760c85a70a99ae83c8910af9d5a85a0c696bd40e
Author:    Anatol Belski <a...@php.net>         Mon, 10 Jun 2013 18:31:18 +0200
Parents:   02f39220470d82066965b7d4657cadf40ac3dd6f
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=760c85a70a99ae83c8910af9d5a85a0c696bd40e

Log:
fixed the test

Changed paths:
  M  ext/date/tests/bug53437_var4.phpt


Diff:
diff --git a/ext/date/tests/bug53437_var4.phpt 
b/ext/date/tests/bug53437_var4.phpt
index 03b0a54..91dee52 100644
--- a/ext/date/tests/bug53437_var4.phpt
+++ b/ext/date/tests/bug53437_var4.phpt
@@ -1,5 +1,7 @@
 --TEST--
 Bug #53437 (Check that var_dump out is the same using the whole object or it's 
single properties), variation 4
+--INI--
+date.timezone = Europe/Berlin
 --FILE--
 <?php
 $dt = new DateTime('2009-10-11');


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to