From e665b27623f68081d17a33afe2d12505f9d4ce4f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 18 Jun 2015 00:33:16 +0200 Subject: [PATCH] fix c/p test title --- Zend/tests/exception_020.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/exception_020.phpt b/Zend/tests/exception_020.phpt index 72a603325f..6f8981f5e6 100644 --- a/Zend/tests/exception_020.phpt +++ b/Zend/tests/exception_020.phpt @@ -1,5 +1,5 @@ --TEST-- -Testing throw exception doesn't crash with wrong params, variant 2 +Test that the original class name is present in the error out when extending ErrorException --FILE--