summaryrefslogtreecommitdiff
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
commit1c76de1b47f01029fd52cf9e766cd34a8e0776aa (patch)
tree5403862f3cd149f323dc678ed2ff7d899f0724ca
parentf2ff225bee590223690f8d132036572921da3a2a (diff)
downloadphp-git-1c76de1b47f01029fd52cf9e766cd34a8e0776aa.tar.gz
- Fixed tests
-rw-r--r--ext/reflection/tests/ReflectionMethod_basic2.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_basic2.phpt b/ext/reflection/tests/ReflectionMethod_basic2.phpt
index 5ede8541ee..17611fb0a6 100644
--- a/ext/reflection/tests/ReflectionMethod_basic2.phpt
+++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt
@@ -153,8 +153,8 @@ __toString():
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 @@ export():
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 ]
}
}
"