N°3363 - Add favicon in branding (#522)

This commit is contained in:
Anne-Catherine
2024-02-28 09:59:11 +01:00
committed by GitHub
parent baa05ba8d4
commit 1394bc221d
13 changed files with 161 additions and 35 deletions

View File

@@ -143,6 +143,8 @@ class iTopDesignFormatTest extends ItopTestCase
'3.0 to 1.7' => ['sXmlFileName' => '3.0_to_1.7'],
'3.0 to 3.1' => ['sXmlFileName' => '3.0_to_3.1'],
'3.1 to 3.0' => ['sXmlFileName' => '3.1_to_3.0'],
'3.1 to 3.2' => ['sXmlFileName' => '3.1_to_3.2'],
'3.2 to 3.1' => ['sXmlFileName' => '3.2_to_3.1'],
'Bug_4569' => ['sXmlFileName' => 'Bug_4569'],
];
}