mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
add setup sequencers first test coverage
This commit is contained in:
@@ -50,7 +50,7 @@ class DataAuditSequencer extends StepSequencer
|
||||
return $this->GetNextStep('compile', 'Compiling the data model', 20, 'Copying...');
|
||||
|
||||
case 'compile':
|
||||
$aSelectedModules = $this->oParams->Get('selected_modules');
|
||||
$aSelectedModules = $this->oParams->Get('selected_modules', []);
|
||||
$sSourceDir = $this->oParams->Get('source_dir', 'datamodels/latest');
|
||||
$sExtensionDir = $this->oParams->Get('extensions_dir', 'extensions');
|
||||
$aMiscOptions = $this->oParams->Get('options', []);
|
||||
|
||||
Reference in New Issue
Block a user