summaryrefslogtreecommitdiff
path: root/tests/classes/abstract.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/abstract.phpt')
-rw-r--r--tests/classes/abstract.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt
index 9dd800e80b..811aa45a13 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 exception 'Error' with message 'Cannot call abstract method fail::show()' in %s:%d
+Fatal error: Uncaught EngineException: Cannot call abstract method fail::show() in %s:%d
Stack trace:
#0 %s(%d): pass->error()
#1 {main}