class_test calls

This commit is contained in:
Clemens Schwaighofer
2023-06-16 13:19:16 +09:00
parent 3c8bdab8fa
commit 6429b77bda
4 changed files with 313 additions and 44 deletions

View File

@@ -69,6 +69,7 @@ print "<body>";
// key: file name, value; name
$test_files = [
'class_test.db.php' => 'Class Test: DB',
'class_test.db.types.php' => 'Class Test: DB COLUMN TYPES',
'class_test.db.single.php' => 'Class Test: DB SINGLE',
'class_test.db.dbReturn.php' => 'Class Test: DB dbReturn',
'class_test.convert.colors.php' => 'Class Test: CONVERT COLORS',