\MFCompilerTest::testCompileThemes : fix calling protected method

This commit is contained in:
Pierre Goiffon
2021-12-31 15:09:18 +01:00
parent 30d36fca81
commit 0ce805b192

View File

@@ -189,6 +189,6 @@ class MFCompilerTest extends ItopTestCase {
//CompileTheme($sThemeId, $bSetup = false, $sSetupCompilationTimestamp="", $aThemeParameters = null, $aImportsPaths = null, $sWorkingPath = null)
MFCompiler::SetThemeHandlerService($oThemeHandlerService);
$this->oMFCompiler->CompileThemes($oBrandingNode, $this->sTmpDir);
$this->InvokeNonPublicMethod(MFCompiler::class, 'CompileThemes', $this->oMFCompiler, [$oBrandingNode, $this->sTmpDir]);
}
}