fixed test break.
This commit is contained in:
parent
19b2defb1a
commit
103375976b
@ -3,12 +3,9 @@
|
|||||||
namespace tests\unit\models;
|
namespace tests\unit\models;
|
||||||
|
|
||||||
use yii\codeception\TestCase;
|
use yii\codeception\TestCase;
|
||||||
use yii\test\DbTestTrait;
|
|
||||||
|
|
||||||
class UserTest extends TestCase
|
class UserTest extends TestCase
|
||||||
{
|
{
|
||||||
use DbTestTrait;
|
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Loading…
Reference in New Issue
Block a user