PHPunit tests addition, update to test files

Update to admin/class_* test files
Add stubb file for Debug/Logging
Finalize the Debug/RunningTime test
This commit is contained in:
Clemens Schwaighofer
2022-01-13 08:48:49 +09:00
parent 4363f289fc
commit cb63a3eaa9
7 changed files with 114 additions and 39 deletions

View File

@@ -72,7 +72,7 @@ $checked_list = [
];
foreach ($checked_list as $check) {
print "CHECKED(0): $check[0]: " . Html::checked($check[1], $check[0]) . "<br>";
print "CHECKED(1): $check[0]: " . Html::checked($check[1], $check[0], 1) . "<br>";
print "CHECKED(1): $check[0]: " . Html::checked($check[1], $check[0], Html::CHECKED) . "<br>";
}
// magic link creation test