diff options
| author | Felipe Pena <felipe@php.net> | 2010-03-06 23:58:35 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2010-03-06 23:58:35 +0000 |
| commit | 20a81f7c0890b5d8b42a8e704c1f48259ae2f548 (patch) | |
| tree | b3869636226cd8888ea4f151f700b47b733f9ec7 /ext/reflection/tests | |
| parent | 865520d87216939edb5cfd0f9ac80c60af52f7c3 (diff) | |
| download | php-git-20a81f7c0890b5d8b42a8e704c1f48259ae2f548.tar.gz | |
- Fixed tests
Diffstat (limited to 'ext/reflection/tests')
| -rw-r--r-- | ext/reflection/tests/ReflectionMethod_basic2.phpt | 10 |
1 files 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 [ <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 @@ string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] { 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 ] } } " |
