mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°3905 - Polishing: CSV Import
This commit is contained in:
@@ -125,6 +125,18 @@ class DBObjectTest extends ItopDataTestCase
|
||||
static::assertEquals('Romain Duris', $oObject->Get('friendlyname'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers DBObject::Get
|
||||
* @covers DBObject::Set
|
||||
*/
|
||||
public function testFriendlyNameLnk()
|
||||
{
|
||||
$oUserProfile = new \URP_UserProfile();
|
||||
$oUserProfile->Set('profileid', 2);
|
||||
|
||||
static::assertEquals('', $oUserProfile->Get('friendlyname'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers DBObject::NewObject
|
||||
* @covers DBObject::Get
|
||||
|
||||
Reference in New Issue
Block a user