diff --git a/tests/php-unit-tests/unitary-tests/core/ormCaseLogTest.php b/tests/php-unit-tests/unitary-tests/core/ormCaseLogTest.php index 18e3e3c6a..fb4e81b0f 100644 --- a/tests/php-unit-tests/unitary-tests/core/ormCaseLogTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ormCaseLogTest.php @@ -33,7 +33,7 @@ class ormCaseLogTest extends ItopDataTestCase $oAdminProfile = \MetaModel::GetObjectFromOQL("SELECT URP_Profiles WHERE name = :name", array('name' => 'Administrator'), true); if (is_object($oAdminProfile)) { - $this->sLogin = "admin-".date('dmYHis'); + $this->sLogin = sprintf("admin-%s-%s", date('dmYHis'), uniqid()); $this->CreateTestOrganization();