summaryrefslogtreecommitdiff
path: root/tests/classes/__call_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/__call_007.phpt')
-rw-r--r--tests/classes/__call_007.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/classes/__call_007.phpt b/tests/classes/__call_007.phpt
index a1dd4594e9..a1e911d52b 100644
--- a/tests/classes/__call_007.phpt
+++ b/tests/classes/__call_007.phpt
@@ -50,7 +50,6 @@ try {
echo "Exception caught OK; continuing.\n";
}
?>
-==DONE==
--EXPECTF--
Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
---> Invoke __call via simple method call.
@@ -75,4 +74,3 @@ Exception caught OK; continuing.
object(B)#2 (0) {
}
Exception caught OK; continuing.
-==DONE==