Gc\Datatype\ModelTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void
    protected function setUp()
    {
        $this->object = Model::fromArray(array('name' => 'ModelTest', 'prevalue_value' => '', 'description' => 'ModelTest', 'model' => 'Textstring'));
        $this->object->save();
    }