diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 16:15:35 -0500 |
---|---|---|
committer | Aaron Piotrowski <aaron@trowski.com> | 2015-05-17 16:15:35 -0500 |
commit | fb7206e452008f72f8bf185ca658a9c306de23b6 (patch) | |
tree | b454c6bb6439dbb605b15c11825df2e47966b5ef /Zend/tests/traits/error_012.phpt | |
parent | 0eba6f597aecf5febcdf8468fb80550d05643b4b (diff) | |
parent | 440481fb3e15d78d0d92432c3adba9067989f43a (diff) | |
download | php-git-fb7206e452008f72f8bf185ca658a9c306de23b6.tar.gz |
Merge branch 'master' into throwable-interface
Diffstat (limited to 'Zend/tests/traits/error_012.phpt')
-rw-r--r-- | Zend/tests/traits/error_012.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/error_012.phpt b/Zend/tests/traits/error_012.phpt index c6e5e04134..ba1055e161 100644 --- a/Zend/tests/traits/error_012.phpt +++ b/Zend/tests/traits/error_012.phpt @@ -16,7 +16,7 @@ var_dump($x->test()); ?> --EXPECTF-- -Fatal error: Uncaught exception 'Error' with message 'Call to protected method bar::test() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to protected method bar::test() from context '' in %s:%d Stack trace: #0 {main} thrown in %s on line %d |