fixed test break.

This commit is contained in:
Qiang Xue 2014-01-20 11:52:50 -05:00
parent 19b2defb1a
commit 103375976b

View File

@ -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();