mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Enhance Service locator
This commit is contained in:
@@ -17,7 +17,7 @@ class DataModelDependantCacheTest extends ItopTestCase
|
||||
|
||||
$this->sCacheRootDir = self::CreateTmpdir();
|
||||
|
||||
$this->oCacheService = DataModelDependantCache::GetInstance();
|
||||
$this->oCacheService = static::GetService('DataModelDependantCache');
|
||||
$this->oCacheService->SetStorageRootDir($this->sCacheRootDir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user