Commit:    a1ebd82a29c427455c7ec2938b892727cfada552
Author:    Lonny Kapelushnik <lon...@gmail.com>         Sat, 29 Sep 2012 
22:10:58 -0400
Committer: Derick Rethans <git...@derickrethans.nl>      Sun, 31 Mar 2013 
10:45:00 +0100
Parents:   30d0ae42b56c62bc441d763dfa8388c43625b83d
Branches:  PHP-5.5 master

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

Log:
Fixed the test to use %d instead of an actual number

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


Diff:
diff --git a/ext/date/tests/DateTimeZone_verify.phpt 
b/ext/date/tests/DateTimeZone_verify.phpt
index 1304000..241d91e 100644
--- a/ext/date/tests/DateTimeZone_verify.phpt
+++ b/ext/date/tests/DateTimeZone_verify.phpt
@@ -35,14 +35,14 @@ array(9) {
     string(12) "DateTimeZone"
   }
   [1]=>
-  &object(ReflectionMethod)#3 (2) {
+  &object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(8) "__wakeup"
     ["class"]=>
     string(12) "DateTimeZone"
   }
   [2]=>
-  &object(ReflectionMethod)#4 (2) {
+  &object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(11) "__set_state"
     ["class"]=>
@@ -122,4 +122,4 @@ array(14) {
   ["PER_COUNTRY"]=>
   int(4096)
 }
-===DONE===
\ No newline at end of file
+===DONE===


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

Reply via email to