summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_undeclared_assignRef.phpt
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2015-05-17 17:31:43 -0500
committerAaron Piotrowski <aaron@trowski.com>2015-05-17 17:31:43 -0500
commite97d5fab35af5c73b0d9614bb2d079c67bf4d508 (patch)
tree068efc00d08018aff1c74900270465333bc2d1b1 /tests/classes/static_properties_undeclared_assignRef.phpt
parent7e18df82a3b109bbe83318efa170a804c8121669 (diff)
downloadphp-git-e97d5fab35af5c73b0d9614bb2d079c67bf4d508.tar.gz
Update exception names in tests after formatting changes.
Diffstat (limited to 'tests/classes/static_properties_undeclared_assignRef.phpt')
-rw-r--r--tests/classes/static_properties_undeclared_assignRef.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_properties_undeclared_assignRef.phpt b/tests/classes/static_properties_undeclared_assignRef.phpt
index 8d6b74e9f8..680aeaf2e8 100644
--- a/tests/classes/static_properties_undeclared_assignRef.phpt
+++ b/tests/classes/static_properties_undeclared_assignRef.phpt
@@ -7,7 +7,7 @@ $a = 'foo';
C::$p =& $a;
?>
--EXPECTF--
-Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:4
+Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:4
Stack trace:
#0 {main}
thrown in %s on line 4