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