Bitrix24\UserTest::testUserTypeCode PHP Method

testUserTypeCode() public method

public testUserTypeCode ( )
    public function testUserTypeCode()
    {
        $obItem = new User(null);
        $this->assertSame($obItem->getAttachTypeCode(), 'USER');
    }