mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
\MFCompilerTest::testCompileThemes : fix calling protected method
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user