diff options
Diffstat (limited to 'tests/classes/abstract.phpt')
-rw-r--r-- | tests/classes/abstract.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt index 811aa45a13..5852005f43 100644 --- a/tests/classes/abstract.phpt +++ b/tests/classes/abstract.phpt @@ -27,7 +27,7 @@ echo "Done\n"; // shouldn't be displayed --EXPECTF-- Call to function show() -Fatal error: Uncaught EngineException: Cannot call abstract method fail::show() in %s:%d +Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d Stack trace: #0 %s(%d): pass->error() #1 {main} |