N°4714 - Revert rename of utils::GetItopVersionWikiSyntax as it is used in cached packages in the ITSM Designer

This commit is contained in:
Molkobain
2022-02-11 20:00:24 +01:00
parent 81c39c35cd
commit 4a67819f87
4 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ class iTopModulesPhpVersionIntegrationTest extends ItopTestCase
*/
public function testItopWikiVersion($sItopVersion, $sExpectedWikiVersion) {
try {
$sActualWikiVersion = utils::GetCoreVersionWikiSyntax($sItopVersion);
$sActualWikiVersion = utils::GetItopVersionWikiSyntax($sItopVersion);
}
catch (ApplicationException $e) {
self::fail('Cannot get wiki version : '.$e->getMessage());