Inheritance: implements Bitrix24\Im\Attach\iAttachItem
Example #1
0
 /**
  * @covers \Bitrix24\Im\Attach\Item\Grid::getAttachTypeCode
  */
 public function testGridTypeCode()
 {
     $obItem = new Grid();
     $this->assertSame($obItem->getAttachTypeCode(), 'GRID');
 }