From ced7dfddbd8fc64c84493f45c18d052014645d43 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 27 Feb 2004 09:17:55 +0000 Subject: [PATCH] The order of error has changed here. So the expectations must change too. --- tests/classes/abstract_redeclare.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1