db_type = 'cubrid'; $db_info->db_table_prefix = 'xe'; $oContext->setDbInfo($db_info); } /** * Free resources - reset static DB and QueryParser */ protected function tearDown() { unset($GLOBALS['__DB__']); XmlQueryParser::setDBParser(null); } } ?>