From 20a81f7c0890b5d8b42a8e704c1f48259ae2f548 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 6 Mar 2010 23:58:35 +0000 Subject: [PATCH] - Fixed tests --- ext/reflection/tests/ReflectionMethod_basic2.phpt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ext/reflection/tests/ReflectionMethod_basic2.phpt b/ext/reflection/tests/ReflectionMethod_basic2.phpt index 56ddb7fce7..706aa6e616 100644 --- a/ext/reflection/tests/ReflectionMethod_basic2.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt @@ -154,8 +154,9 @@ Reflecting on method ReflectionProperty::__construct() __toString(): string(%d) "Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $argument ] + - Parameters [2] { + Parameter #0 [ $class ] + Parameter #1 [ $argument ] } } " @@ -163,8 +164,9 @@ string(%d) "Method [ public method __construct ] { export(): string(%d) "Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $argument ] + - Parameters [2] { + Parameter #0 [ $class ] + Parameter #1 [ $argument ] } } " -- 2.50.1