Added mock DB classes.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9787 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-11-01 17:26:27 +00:00
parent ad7dda9b75
commit aada2366d1
5 changed files with 90 additions and 3 deletions

View file

@ -16,7 +16,9 @@
$db_info->slave_db = array(array('db_type' => 'cubrid','db_table_prefix' => 'xe_'));
$oContext->setDbInfo($db_info);
DB::getParser(true);
$db = new MockDb();
$db->getParser(true);
}
/**