Datatypes\Upload\PrevalueEditorTest::tearDown PHP Method

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void
    protected function tearDown()
    {
        $this->datatype->delete();
        unset($this->datatype);
        unset($this->object);
    }