N°2272 - OQL performance (testability)

This commit is contained in:
Eric
2019-09-05 09:37:28 +02:00
parent 3fde778c0c
commit aac6ab0fc6
18 changed files with 4335 additions and 861 deletions

View File

@@ -62,6 +62,7 @@ class ItopDataTestCase extends ItopTestCase
private $aCreatedObjects = array();
const USE_TRANSACTION = true;
const CREATE_TEST_ORG = true;
/**
* @throws Exception
@@ -82,7 +83,10 @@ class ItopDataTestCase extends ItopTestCase
{
CMDBSource::Query('START TRANSACTION');
}
$this->CreateTestOrganization();
if (static::CREATE_TEST_ORG)
{
$this->CreateTestOrganization();
}
}
/**