Gc\Media\Icon\ModelTest::testFromArray PHP Method

testFromArray() public method

Test
public testFromArray ( ) : void
return void
    public function testFromArray()
    {
        $this->assertInstanceOf('Gc\\Media\\Icon\\Model', Model::fromArray(array()));
    }