N°3882 - Fix unit tests

This commit is contained in:
Molkobain
2021-09-23 14:16:22 +02:00
parent eb8aed19c2
commit 7404599721
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -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);