summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_011.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_011.phpt
parent4d590ac35a3a68b8b453cd9bbf3f1300c2507d87 (diff)
downloadphp-git-482985ca38a46cef833e9f8be81f909790c8441e.tar.gz
Changed AssertionException to AssertionError
Diffstat (limited to 'Zend/tests/exception_011.phpt')
-rw-r--r--Zend/tests/exception_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_011.phpt b/Zend/tests/exception_011.phpt
index d128f06ab8..850a3ecd9f 100644
--- a/Zend/tests/exception_011.phpt
+++ b/Zend/tests/exception_011.phpt
@@ -13,7 +13,7 @@ assert(false);
--EXPECTHEADERS--
Content-type: text/html; charset=UTF-8
--EXPECTF--
-Fatal error: Uncaught AssertionException: assert(false) in %sexception_011.php:%d
+Fatal error: Uncaught AssertionError: assert(false) in %sexception_011.php:%d
Stack trace:
#0 %sexception_011.php(%d): assert(false, 'assert(false)')
#1 {main}