diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-06-14 23:52:39 -0500 |
---|---|---|
committer | Aaron Piotrowski <aaron@trowski.com> | 2015-06-14 23:52:39 -0500 |
commit | 482985ca38a46cef833e9f8be81f909790c8441e (patch) | |
tree | 12bc8b5d8597fc2dd631bf2f54650f158e0a2ca2 /Zend/tests/assert/expect_009.phpt | |
parent | 4d590ac35a3a68b8b453cd9bbf3f1300c2507d87 (diff) | |
download | php-git-482985ca38a46cef833e9f8be81f909790c8441e.tar.gz |
Changed AssertionException to AssertionError
Diffstat (limited to 'Zend/tests/assert/expect_009.phpt')
-rw-r--r-- | Zend/tests/assert/expect_009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/assert/expect_009.phpt b/Zend/tests/assert/expect_009.phpt index a41cba44f4..984a9bf29e 100644 --- a/Zend/tests/assert/expect_009.phpt +++ b/Zend/tests/assert/expect_009.phpt @@ -17,7 +17,7 @@ class Two extends One { new Two(); ?> --EXPECTF-- -Fatal error: Uncaught AssertionException: assert(false) in %sexpect_009.php:%d +Fatal error: Uncaught AssertionError: assert(false) in %sexpect_009.php:%d Stack trace: #0 %sexpect_009.php(%d): assert(false, 'assert(false)') #1 %sexpect_009.php(%d): Two->__construct() |