Gc\Datatype\ModelTest::testFromArray PHP Method

testFromArray() public method

Test
public testFromArray ( ) : void
return void
    public function testFromArray()
    {
        $this->assertInstanceOf('Gc\\Datatype\\Model', $this->object->fromArray(array('name' => 'ModelTest', 'prevalue_value' => '', 'description' => 'ModelTest', 'model' => 'ModelTest')));
    }