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

@ -15,7 +15,8 @@
$oContext->setDbInfo($db_info);
DB::getParser(true);
$db = new MockDb();
$db->getParser(true);
}
protected function tearDown() {