N°5608 - Harmonize namespaces and merge duplicated test files

This commit is contained in:
Molkobain
2023-01-10 23:02:54 +01:00
parent c851a10982
commit a5efef900c
10 changed files with 32 additions and 1 deletions

View File

@@ -5,7 +5,13 @@
* Time: 14:43
*/
namespace Combodo\iTop\Test\UnitTest\Core;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
use Config;
use iTopConfigParser;
use RunTimeEnvironment;
use utils;
class iTopConfigParserTest extends ItopTestCase
{