Gc\Tab\CollectionTest::testGetTabsWithDocumentTypeId PHP Method

testGetTabsWithDocumentTypeId() public method

Test
    public function testGetTabsWithDocumentTypeId()
    {
        $this->object->load(1);
        $this->assertInternalType('array', $this->object->getTabs());
    }