mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
ci: fix tests
This commit is contained in:
@@ -38,9 +38,10 @@ abstract class StepSequencer
|
||||
{
|
||||
if (is_null($oRunTimeEnvironment)) {
|
||||
$sEnvironment = $oParams->Get('target_env', 'production');
|
||||
$oRunTimeEnvironment = new RunTimeEnvironment($sEnvironment, false);
|
||||
$this->oRunTimeEnvironment = new RunTimeEnvironment($sEnvironment, false);
|
||||
} else {
|
||||
$this->oRunTimeEnvironment = $oRunTimeEnvironment;
|
||||
}
|
||||
$this->oRunTimeEnvironment = $oRunTimeEnvironment;
|
||||
|
||||
$this->oParams = $oParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user