Continued:
[core.git] / application / tests / exceptions.php
index 66121d2bd0c0004273103f8d8dcdc3a3d9674987..6e1852ebcb4e7d37b8be2aa80e1a2905455922d9 100644 (file)
@@ -114,7 +114,7 @@ function tests_error_handler ($errno, $errstr, $errfile, $errline, array $errcon
 
        // Throw an exception here
        throw new FatalErrorException($message, BaseFrameworkSystem::EXCEPTION_FATAL_ERROR);
-} // END - function
+}
 
 // Assertion handler
 function tests_assert_handler (string $file, int $line, $code) {
@@ -135,7 +135,7 @@ function tests_assert_handler (string $file, int $line, $code) {
 
        // Throw an exception here
        throw new AssertionException($message, BaseFrameworkSystem::EXCEPTION_ASSERTION_FAILED);
-} // END - function
+}
 
 // Set error handler
 //set_error_handler('tests_error_handler');