summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_012.phpt
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2015-06-14 23:52:39 -0500
committerAaron Piotrowski <aaron@trowski.com>2015-06-14 23:52:39 -0500
commit482985ca38a46cef833e9f8be81f909790c8441e (patch)
tree12bc8b5d8597fc2dd631bf2f54650f158e0a2ca2 /Zend/tests/exception_012.phpt
parent4d590ac35a3a68b8b453cd9bbf3f1300c2507d87 (diff)
downloadphp-git-482985ca38a46cef833e9f8be81f909790c8441e.tar.gz
Changed AssertionException to AssertionError
Diffstat (limited to 'Zend/tests/exception_012.phpt')
-rw-r--r--Zend/tests/exception_012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_012.phpt b/Zend/tests/exception_012.phpt
index eaeaef8604..bf00529a6c 100644
--- a/Zend/tests/exception_012.phpt
+++ b/Zend/tests/exception_012.phpt
@@ -13,7 +13,7 @@ $func();
--EXPECTHEADERS--
Content-type: text/html; charset=UTF-8
--EXPECTF--
-Fatal error: Uncaught AssertionException: assert(false) in %sexception_012.php(%d) : runtime-created function:%d
+Fatal error: Uncaught AssertionError: assert(false) in %sexception_012.php(%d) : runtime-created function:%d
Stack trace:
#0 %sexception_012.php(%d) : runtime-created function(%d): assert(false, 'assert(false)')
#1 %sexception_012.php(%d): __lambda_func()