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

testGetImportableTabs() public méthode

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