Наследование: implements Bitrix24\Im\Attach\iAttachItem
Пример #1
0
 /**
  * @covers \Bitrix24\Im\Attach\Item\Link::getAttachTypeCode
  */
 public function testLinkTypeCode()
 {
     $obItem = new Link(null, null, null, null);
     $this->assertSame($obItem->getAttachTypeCode(), 'LINK');
 }