Gc\Tab\CollectionTest::testGetTabsWithDocumentTypeId PHP 메소드

testGetTabsWithDocumentTypeId() 공개 메소드

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