diff options
-rw-r--r-- | tests/classes/abstract_redeclare.phpt | 2 |
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 |