Fix for test datetime, indet on test db, remove debug in test lang

This commit is contained in:
Clemens Schwaighofer
2021-08-13 18:11:37 +09:00
parent 7005e07f4c
commit e252a76c4c
3 changed files with 15 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ use CoreLibs\Combined\DateTime;
use CoreLibs\Debug\Support as DgS;
$basic = new CoreLibs\Basic();
$datetime_class = 'CoreLibs\Combination\DateTime';
$datetime_class = 'CoreLibs\Combined\DateTime';
print "<html><head><title>TEST CLASS: DATE/TIME</title><head>";
print "<body>";