felipe                                   Thu, 03 Jun 2010 00:13:27 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300122

Log:
- Fix test

Changed paths:
    U   php/php-src/trunk/ext/reflection/tests/ReflectionClass_toString_001.phpt

Modified: 
php/php-src/trunk/ext/reflection/tests/ReflectionClass_toString_001.phpt
===================================================================
--- php/php-src/trunk/ext/reflection/tests/ReflectionClass_toString_001.phpt    
2010-06-02 23:44:02 UTC (rev 300121)
+++ php/php-src/trunk/ext/reflection/tests/ReflectionClass_toString_001.phpt    
2010-06-03 00:13:27 UTC (rev 300122)
@@ -34,7 +34,7 @@
     Property [ <default> public $name ]
   }

-  - Methods [47] {
+  - Methods [48] {
     Method [ <internal:Reflection> final private method __clone ] {

       - Parameters [0] {
@@ -78,6 +78,12 @@
       }
     }

+    Method [ <internal:Reflection> public method isCloneable ] {
+
+      - Parameters [0] {
+      }
+    }
+
     Method [ <internal:Reflection> public method getFileName ] {

       - Parameters [0] {

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

Reply via email to