summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-03-06 23:58:35 +0000
committerFelipe Pena <felipe@php.net>2010-03-06 23:58:35 +0000
commit20a81f7c0890b5d8b42a8e704c1f48259ae2f548 (patch)
treeb3869636226cd8888ea4f151f700b47b733f9ec7 /ext/reflection/tests
parent865520d87216939edb5cfd0f9ac80c60af52f7c3 (diff)
downloadphp-git-20a81f7c0890b5d8b42a8e704c1f48259ae2f548.tar.gz
- Fixed tests
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r--ext/reflection/tests/ReflectionMethod_basic2.phpt10
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 ]
}
}
"