From: Marcus Boerger Date: Wed, 3 Sep 2003 21:19:22 +0000 (+0000) Subject: Fix test X-Git-Tag: RELEASE_0_7~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=430bfc6f0984001b024dbab3f0732a69515b8d7c;p=php Fix test --- diff --git a/tests/classes/clone_003.phpt b/tests/classes/clone_003.phpt index 1fdfd90eae..148204c04d 100755 --- a/tests/classes/clone_003.phpt +++ b/tests/classes/clone_003.phpt @@ -42,7 +42,6 @@ test Object [p3] => test:3 [p4] => A [p5] => test:5 - [p1:protected] => base:1 [p2] => base:2 [p6:private] => base:6 ) @@ -53,7 +52,6 @@ test Object [p3] => test:3 [p4] => test:4 [p5] => clone:5 - [p1:protected] => base:1 [p2] => base:2 [p6:private] => base:6 )