Fix CI

This commit is contained in:
Eric Espie
2026-01-28 15:00:22 +01:00
parent 3fa658edb5
commit bb1c4f865a

View File

@@ -8,7 +8,7 @@
namespace Combodo\iTop\Test\UnitTest;
use CMDBSource;
use Combodo\iTop\Service\DependencyInjection\ServiceLocator;
use Combodo\iTop\Service\ServiceLocator\ServiceLocator;
use DeprecatedCallsLog;
use DOMDocument;
use MySQLTransactionNotClosedException;
@@ -16,7 +16,6 @@ use ParseError;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use ReflectionMethod;
use SetupUtils;
use Symfony\Component\ErrorHandler\Error\FatalError;
use Symfony\Component\HttpKernel\KernelInterface;
use const DEBUG_BACKTRACE_IGNORE_ARGS;