From: Roland Häder Date: Thu, 2 May 2024 02:13:36 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=HEAD;p=core.git Continued: - removed ASSERT_QUIET_EVAL --- diff --git a/application/tests/exceptions.php b/application/tests/exceptions.php index 06acedd4..755860f8 100644 --- a/application/tests/exceptions.php +++ b/application/tests/exceptions.php @@ -158,5 +158,4 @@ set_exception_handler('core_exception_handler'); assert_options(ASSERT_ACTIVE , true); assert_options(ASSERT_WARNING , true); assert_options(ASSERT_BAIL , true); -assert_options(ASSERT_QUIET_EVAL, false); assert_options(ASSERT_CALLBACK , 'core_assert_handler');