summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/003.phpt')
-rw-r--r--ext/reflection/tests/003.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt
index 80bf0a6513..8c37d539ac 100644
--- a/ext/reflection/tests/003.phpt
+++ b/ext/reflection/tests/003.phpt
@@ -25,7 +25,5 @@ $r = new ReflectionMethod('Foo','Test');
$r->invoke($o);
?>
-===DONE===
--EXPECT--
Foo::Test
-===DONE===