fixed the test

This commit is contained in:
Anatol Belski 2013-06-10 18:31:18 +02:00
parent 02f3922047
commit 760c85a70a

View file

@ -1,5 +1,7 @@
--TEST-- --TEST--
Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), variation 4 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-- --FILE--
<?php <?php
$dt = new DateTime('2009-10-11'); $dt = new DateTime('2009-10-11');