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 | 03bec4299f4eaa53bf4e389996ddb2404ba82be7 (patch) | |
tree | 7bb5f4cf4d5cd590617ce48575d4a7d9274f2f36 /ext/reflection | |
parent | 1f24be304f5ab2d15eccb1e090dd3a8c10594f78 (diff) | |
download | php-git-03bec4299f4eaa53bf4e389996ddb2404ba82be7.tar.gz |
- Fixed tests
Diffstat (limited to 'ext/reflection')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_basic2.phpt | 8 |
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 ] } } " |