unset($params, $result);
    }
    /**
	* Fetch all objects. Return an array with the required params
	*/
    public function test_fetchall_ok()
    {
        $params = array('taskid' => '5');
        $result = evalcomix_assessments::fetch_all($params);
        $this->assertIsA($result, 'array');