Files
iTop/tests/php-unit-tests/unitary-tests/setup/WizStepModulesChoiceFake.php
2026-01-23 09:28:54 +01:00

16 lines
317 B
PHP

<?php
class WizStepModulesChoiceFake extends WizStepModulesChoice
{
public function __construct(WizardController $oWizard, $sCurrentState)
{
$this->oWizard = $oWizard;
$this->sCurrentState = $sCurrentState;
}
public function setExtensionMap(iTopExtensionsMap $oMap)
{
$this->oExtensionsMap = $oMap;
}
}