mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
ci : warum
This commit is contained in:
@@ -28,8 +28,11 @@ class CronTest extends ItopDataTestCase
|
||||
{
|
||||
parent::setUp();
|
||||
$this->BackupConfiguration();
|
||||
$this->oiTopConfig->Set('log_level_min', 'Error');
|
||||
$this->oiTopConfig->Set('login_debug', true);
|
||||
$this->BackupConfiguration();
|
||||
|
||||
static::$sLogin = "rest-user-";//.date('dmYHis');
|
||||
static::$sLogin = "rest-user-".date('dmYHis').uniqid();
|
||||
|
||||
$this->CreateTestOrganization();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user