felipe                                   Sat, 06 Mar 2010 23:58:35 +0000

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

Log:
- Fixed tests

Changed paths:
    U   
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionMethod_basic2.phpt
    U   
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_basic2.phpt
    U   php/php-src/trunk/ext/reflection/tests/ReflectionMethod_basic2.phpt

Modified: 
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionMethod_basic2.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionMethod_basic2.phpt  
    2010-03-06 23:50:30 UTC (rev 295907)
+++ 
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionMethod_basic2.phpt  
    2010-03-06 23:58:35 UTC (rev 295908)
@@ -154,8 +154,9 @@
 __toString():
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

-  - Parameters [1] {
-    Parameter #0 [ <required> $argument ]
+  - Parameters [2] {
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $argument ]
   }
 }
 "
@@ -163,8 +164,9 @@
 export():
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

-  - Parameters [1] {
-    Parameter #0 [ <required> $argument ]
+  - Parameters [2] {
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $argument ]
   }
 }
 "

Modified: 
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_basic2.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_basic2.phpt  
    2010-03-06 23:50:30 UTC (rev 295907)
+++ 
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_basic2.phpt  
    2010-03-06 23:58:35 UTC (rev 295908)
@@ -153,8 +153,8 @@
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

   - Parameters [2] {
-    Parameter #0 [ <optional> $class ]
-    Parameter #1 [ <optional> $name ]
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $name ]
   }
 }
 "
@@ -163,8 +163,8 @@
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

   - Parameters [2] {
-    Parameter #0 [ <optional> $class ]
-    Parameter #1 [ <optional> $name ]
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $name ]
   }
 }
 "

Modified: php/php-src/trunk/ext/reflection/tests/ReflectionMethod_basic2.phpt
===================================================================
--- php/php-src/trunk/ext/reflection/tests/ReflectionMethod_basic2.phpt 
2010-03-06 23:50:30 UTC (rev 295907)
+++ php/php-src/trunk/ext/reflection/tests/ReflectionMethod_basic2.phpt 
2010-03-06 23:58:35 UTC (rev 295908)
@@ -153,8 +153,8 @@
 unicode(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

   - Parameters [2] {
-    Parameter #0 [ <optional> $class ]
-    Parameter #1 [ <optional> $name ]
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $name ]
   }
 }
 "
@@ -163,8 +163,8 @@
 unicode(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {

   - Parameters [2] {
-    Parameter #0 [ <optional> $class ]
-    Parameter #1 [ <optional> $name ]
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $name ]
   }
 }
 "

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

Reply via email to