Gc\Media\Icon\CollectionTest::testGetIcons PHP Method

testGetIcons() public method

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