N°7484 - UserRequest/Incident solution field supports HTML

This commit is contained in:
vdumas
2024-05-15 10:37:13 +02:00
parent 1366acd001
commit d2c7b13454
3 changed files with 10 additions and 10 deletions

View File

@@ -583,7 +583,7 @@ class CRUDEventTest extends ItopDataTestCase
$oLnk = MetaModel::NewObject(lnkPersonToTeam::class, ['person_id' => $oPerson->GetKey(), 'team_id' => $oTeam->GetKey()]);
$oLnk->DBInsert();
$this->assertArrayNotHasKey(EVENT_DB_LINKS_CHANGED, self::$aEventCalls, 'no relation with the with_php_compute attribute !');
$this->assertArrayNotHasKey(EVENT_DB_LINKS_CHANGED, self::$aEventCalls, 'no relation with the with_php_computation attribute !');
}
public function testLinksDeleted()