Gc\Tab\CollectionTest::testGetImportableTabs PHP Method

testGetImportableTabs() public method

Test
public testGetImportableTabs ( ) : void
return void
    public function testGetImportableTabs()
    {
        $this->assertInternalType('array', $this->object->getImportableTabs(0));
    }