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