Merge remote-tracking branch 'origin/support/2.7' into support/3.0

# Conflicts:
#	core/log.class.inc.php
#	setup/modelfactory.class.inc.php
This commit is contained in:
Benjamin Dalsass
2022-06-08 12:38:41 +02:00
6 changed files with 10 additions and 19 deletions

View File

@@ -785,6 +785,7 @@ class ItopDataTestCase extends ItopTestCase
// Create a specific organization for the tests
$oOrg = $this->CreateOrganization('UnitTestOrganization');
$this->iTestOrgId = $oOrg->GetKey();
return $oOrg;
}
/**