summaryrefslogtreecommitdiff
path: root/ext/reflection
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
commit03bec4299f4eaa53bf4e389996ddb2404ba82be7 (patch)
tree7bb5f4cf4d5cd590617ce48575d4a7d9274f2f36 /ext/reflection
parent1f24be304f5ab2d15eccb1e090dd3a8c10594f78 (diff)
downloadphp-git-03bec4299f4eaa53bf4e389996ddb2404ba82be7.tar.gz
- Fixed tests
Diffstat (limited to 'ext/reflection')
-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 e2c23c1c15..c91af67701 100644
--- a/ext/reflection/tests/ReflectionMethod_basic2.phpt
+++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt
@@ -153,8 +153,8 @@ __toString():
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 @@ export():
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 ]
}
}
"