Fixes #2911: Removed tbl_ default for table prefix

This commit is contained in:
Alexander Makarov 2014-03-30 19:33:46 +04:00
parent d4b6fc0171
commit 1b8ef667f7

View File

@ -9,8 +9,8 @@ class UserTest extends TestCase
protected function setUp() protected function setUp()
{ {
parent::setUp(); parent::setUp();
// uncomment the following to load fixtures for table tbl_user // uncomment the following to load fixtures for user table
//$this->loadFixtures(['tbl_user']); //$this->loadFixtures(['user']);
} }
// TODO add test methods here // TODO add test methods here