]> git.mxchange.org Git - core.git/commitdiff
Continued: master
authorRoland Häder <roland@mxchange.org>
Thu, 2 May 2024 02:13:36 +0000 (04:13 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 2 May 2024 02:13:36 +0000 (04:13 +0200)
- removed ASSERT_QUIET_EVAL

application/tests/exceptions.php

index 06acedd47625f1bc63e4e6c2e713d68e6cb4660b..755860f862b7ba10c3994ee3ef4dbd61a7ce64fb 100644 (file)
@@ -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');