mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
✅ Fix \Combodo\iTop\Test\UnitTest\Core\dictApcuTest that was broken with last merge
This commit is contained in:
@@ -28,7 +28,6 @@ namespace Combodo\iTop\Test\UnitTest\Core;
|
||||
|
||||
use Combodo\iTop\Test\UnitTest\ItopTestCase;
|
||||
use Dict;
|
||||
use Exception;
|
||||
|
||||
|
||||
/**
|
||||
@@ -45,8 +44,7 @@ class dictApcuTest extends ItopTestCase
|
||||
protected function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
require_once (APPROOT.'core' . DIRECTORY_SEPARATOR . 'coreexception.class.inc.php');
|
||||
require_once (APPROOT.'core' . DIRECTORY_SEPARATOR . 'dict.class.inc.php');
|
||||
|
||||
require_once (APPROOT.'core' . DIRECTORY_SEPARATOR . 'apc-service.class.inc.php');
|
||||
|
||||
$this->sEnvName = time();
|
||||
|
||||
Reference in New Issue
Block a user