summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-02-27 09:17:55 +0000
committerMarcus Boerger <helly@php.net>2004-02-27 09:17:55 +0000
commitced7dfddbd8fc64c84493f45c18d052014645d43 (patch)
tree89391292219aeb29c321342ab2ca620c2ef81882
parentf449c8fdf7f2d14572a798fdec5682d2dd487c99 (diff)
downloadphp-git-ced7dfddbd8fc64c84493f45c18d052014645d43.tar.gz
The order of error has changed here. So the expectations must change too.
-rw-r--r--tests/classes/abstract_redeclare.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract_redeclare.phpt b/tests/classes/abstract_redeclare.phpt
index fc6537781b..716dd17fd1 100644
--- a/tests/classes/abstract_redeclare.phpt
+++ b/tests/classes/abstract_redeclare.phpt
@@ -19,4 +19,4 @@ echo "Done\n"; // Shouldn't be displayed
?>
--EXPECTF--
-Fatal error: Cannot make non abstract method pass::show() abstract in class fail in %s on line %d
+Fatal error: Class fail contains 1 abstract methods and must therefore be declared abstract (fail::show) in %sabstract_redeclare.php on line %d