summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_003_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/static_properties_003_error1.phpt')
-rw-r--r--tests/classes/static_properties_003_error1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_properties_003_error1.phpt b/tests/classes/static_properties_003_error1.phpt
index b7673f70d5..4db201a52a 100644
--- a/tests/classes/static_properties_003_error1.phpt
+++ b/tests/classes/static_properties_003_error1.phpt
@@ -15,7 +15,7 @@ unset($c->y);
--> Access non-visible static prop like instance prop:
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Fatal error: Uncaught exception 'Error' with message 'Cannot access protected property C::$y' in %s:8
Stack trace:
#0 {main}
thrown in %s on line 8