From f10c7890c2067ffc2e0274865adf9132bcbf7541 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 3 Jun 2010 00:13:27 +0000 Subject: - Fix test --- ext/reflection/tests/ReflectionClass_toString_001.phpt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/reflection/tests/ReflectionClass_toString_001.phpt b/ext/reflection/tests/ReflectionClass_toString_001.phpt index a593147293..8b74b65ead 100644 --- a/ext/reflection/tests/ReflectionClass_toString_001.phpt +++ b/ext/reflection/tests/ReflectionClass_toString_001.phpt @@ -34,7 +34,7 @@ Class [ class ReflectionClass implements Reflector ] { Property [ public $name ] } - - Methods [47] { + - Methods [48] { Method [ final private method __clone ] { - Parameters [0] { @@ -78,6 +78,12 @@ Class [ class ReflectionClass implements Reflector ] { } } + Method [ public method isCloneable ] { + + - Parameters [0] { + } + } + Method [ public method getFileName ] { - Parameters [0] { -- cgit v1.2.1