Explorar o código

Fixes #2911: Removed `tbl_` default for table prefix

Alexander Makarov %!s(int64=12) %!d(string=hai) anos
pai
achega
1b8ef667f7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/unit/models/UserTest.php

+ 2 - 2
tests/unit/models/UserTest.php

@@ -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