mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
✅ Fix CI
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
namespace Combodo\iTop\Test\UnitTest;
|
namespace Combodo\iTop\Test\UnitTest;
|
||||||
|
|
||||||
use CMDBSource;
|
use CMDBSource;
|
||||||
use Combodo\iTop\Service\DependencyInjection\ServiceLocator;
|
use Combodo\iTop\Service\ServiceLocator\ServiceLocator;
|
||||||
use DeprecatedCallsLog;
|
use DeprecatedCallsLog;
|
||||||
use DOMDocument;
|
use DOMDocument;
|
||||||
use MySQLTransactionNotClosedException;
|
use MySQLTransactionNotClosedException;
|
||||||
@@ -16,7 +16,6 @@ use ParseError;
|
|||||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||||
use ReflectionMethod;
|
use ReflectionMethod;
|
||||||
use SetupUtils;
|
use SetupUtils;
|
||||||
use Symfony\Component\ErrorHandler\Error\FatalError;
|
|
||||||
use Symfony\Component\HttpKernel\KernelInterface;
|
use Symfony\Component\HttpKernel\KernelInterface;
|
||||||
|
|
||||||
use const DEBUG_BACKTRACE_IGNORE_ARGS;
|
use const DEBUG_BACKTRACE_IGNORE_ARGS;
|
||||||
|
|||||||
Reference in New Issue
Block a user