ease testing: CreateTestOrganization returns org object

This commit is contained in:
odain
2022-06-08 11:07:31 +02:00
parent 9674378c56
commit 4c585614cd

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;
}