Gc\User\Role\ModelTest::testFromArray PHP Method

testFromArray() public method

Test
public testFromArray ( ) : void
return void
    public function testFromArray()
    {
        $this->assertInstanceOf('Gc\\User\\Role\\Model', Model::fromArray($this->object->getData()));
    }