Gc\Tab\CollectionTest::testGetTabsWithDocumentTypeId PHP Méthode

testGetTabsWithDocumentTypeId() public méthode

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