]> granicus.if.org Git - php/commitdiff
fix test use invalid code
authorRemi Collet <remi@php.net>
Thu, 5 Jun 2014 12:01:20 +0000 (14:01 +0200)
committerRemi Collet <remi@php.net>
Thu, 5 Jun 2014 12:01:20 +0000 (14:01 +0200)
ext/date/tests/bug67118_2.phpt

index b517a3bd3840a0889cfaf53ac8c5caed5d045244..368d4d9401caaef8146f62d5edcb23c22f89f440 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Regression introduce in fix for Bug #67118
+Regression introduce in fix for Bug #67118 - Invalid code
 --INI--
 date.timezone=Europe/Paris
 --FILE--
@@ -24,12 +24,5 @@ Done
 --EXPECTF--
 First try
 Second try
-object(Foo)#1 (3) {
-  ["date"]=>
-  string(26) "2007-09-12 15:49:12.000000"
-  ["timezone_type"]=>
-  int(3)
-  ["timezone"]=>
-  string(3) "UTC"
-}
+NULL
 Done
\ No newline at end of file