diff options
Diffstat (limited to 'tests/classes/abstract_class.phpt')
-rw-r--r-- | tests/classes/abstract_class.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract_class.phpt b/tests/classes/abstract_class.phpt index 1725d45762..2085bff009 100644 --- a/tests/classes/abstract_class.phpt +++ b/tests/classes/abstract_class.phpt @@ -26,7 +26,7 @@ echo "Done\n"; // shouldn't be displayed --EXPECTF-- Call to function show() -Fatal error: Uncaught EngineException: Cannot instantiate abstract class fail in %s:%d +Fatal error: Uncaught Error: Cannot instantiate abstract class fail in %s:%d Stack trace: #0 {main} thrown in %s on line %d |