Add DOCTYPE to all admin test files, update phpunit DB IO test

DB IO Test: Change max DB version to 99 from 20 in Version check test

Add DOCTYPE html to all admin class test files
This commit is contained in:
Clemens Schwaighofer
2022-04-13 10:25:04 +09:00
parent 6f4c5e36e6
commit 556cabca38
30 changed files with 102 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ $backend = new CoreLibs\Admin\Backend($db, $log);
$backend->db->dbInfo(true);
ob_end_flush();
print "<!DOCTYPE html>";
print "<html><head><title>TEST CLASS</title><head>";
print "<body>";