Gc\Media\Icon\CollectionTest::testGetIcons PHP 메소드

testGetIcons() 공개 메소드

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