New ErrorMessage class for frontend return error messages

This commit is contained in:
Clemens Schwaighofer
2023-09-08 18:30:05 +09:00
parent c2389db1c9
commit 68c9164eaa
9 changed files with 575 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ $test_files = [
'class_test.config.link.php' => 'Class Test: CONFIG LINK',
'class_test.config.direct.php' => 'Class Test: CONFIG DIRECT',
'class_test.class-calls.php' => 'Class Test: CLASS CALLS',
'class_test.error_msg.php' => 'Class Test: ERROR MSG',
'subfolder/class_test.config.direct.php' => 'Class Test: CONFIG DIRECT SUB',
];