mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°3882 - Fix unit tests
This commit is contained in:
@@ -2245,8 +2245,8 @@ EOF
|
||||
$sOrmStylePrefix = "'$sValueCode' => ";
|
||||
}
|
||||
|
||||
$sCssClass = "ibo-enum--$sClass-$sAttCode-$sCssClassSuffix";
|
||||
$sCssClassAlt = "ibo-enum-alt--$sClass-$sAttCode-$sCssClassSuffix";
|
||||
$sCssClass = "ibo-enum--$sClass-$sAttCode$sCssClassSuffix";
|
||||
$sCssClassAlt = "ibo-enum-alt--$sClass-$sAttCode$sCssClassSuffix";
|
||||
|
||||
$sMainColorForOrm = $this->GetMandatoryPropString($oNode, 'main_color');
|
||||
$sMainColorForCss = $this->GetMandatoryPropString($oNode, 'main_color', false);
|
||||
|
||||
@@ -710,7 +710,7 @@ SCSS;
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function testFindStylesheetFile(string $sFileToFind, array $aAllImports){
|
||||
$sImportsPath = $this->sTmpDir.'/branding/';
|
||||
$sImportsPath = $this->sTmpDir.'branding/';
|
||||
|
||||
// Windows compat O:)
|
||||
$sFileToFind = $this->UpdateDirSep($sFileToFind);
|
||||
|
||||
Reference in New Issue
Block a user