Fix test file for Form\Generate

There is no global variable load anymore

Override table arrays have to be set on load
This commit is contained in:
Clemens Schwaighofer
2023-02-17 13:19:59 +09:00
parent 0e99700bbe
commit fa0b102d1a

View File

@@ -67,7 +67,7 @@ $log = new CoreLibs\Debug\Logging([
'echo_all' => $ECHO_ALL ?? false,
'print_all' => $PRINT_ALL ?? false,
]);
$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log);
$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log, table_arrays: $table_arrays);
$PAGE_NAME = 'TEST CLASS: FORM GENERATE';
print "<!DOCTYPE html>";