summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-05 14:01:20 +0200
committerRemi Collet <remi@php.net>2014-06-05 14:01:20 +0200
commitf1ef7018f036de3b0d149ea0bc4575767b9bb413 (patch)
tree8571bed61eb20e9e7900daad06000533c6123006
parentaafbf938412291507ecd340a0346601bdfc7a48c (diff)
downloadphp-git-f1ef7018f036de3b0d149ea0bc4575767b9bb413.tar.gz
fix test use invalid code
-rw-r--r--ext/date/tests/bug67118_2.phpt11
1 files changed, 2 insertions, 9 deletions
diff --git a/ext/date/tests/bug67118_2.phpt b/ext/date/tests/bug67118_2.phpt
index b517a3bd38..368d4d9401 100644
--- a/ext/date/tests/bug67118_2.phpt
+++ b/ext/date/tests/bug67118_2.phpt
@@ -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