Gc\Tab\CollectionTest::testSetTabs PHP Method

testSetTabs() public method

Test
public testSetTabs ( ) : void
return void
    public function testSetTabs()
    {
        $this->assertNull($this->object->setTabs(array(array('name' => 'TabTest', 'description' => 'TabTest', 'sort_order' => 2, 'document_type_id' => $this->documentType->getId()))));
    }