Fix \Combodo\iTop\Test\UnitTest\Core\dictApcuTest that was broken with last merge

This commit is contained in:
Pierre Goiffon
2021-12-08 18:41:57 +01:00
parent c9ef543e2e
commit 4fbe391243

View File

@@ -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();