summaryrefslogtreecommitdiff
path: root/tests/classes/abstract_redeclare.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/abstract_redeclare.phpt')
-rw-r--r--tests/classes/abstract_redeclare.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/abstract_redeclare.phpt b/tests/classes/abstract_redeclare.phpt
index 9a0a1edc3c..774a1d0f3d 100644
--- a/tests/classes/abstract_redeclare.phpt
+++ b/tests/classes/abstract_redeclare.phpt
@@ -18,5 +18,4 @@ class fail extends pass {
echo "Done\n"; // Shouldn't be displayed
?>
--EXPECTF--
-
Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (fail::show) in %sabstract_redeclare.php on line %d