Fixes #2911: Removed tbl_
default for table prefix
This commit is contained in:
parent
d4b6fc0171
commit
1b8ef667f7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user