From 103375976bda454d4b66ac831fdf69de3a4bc241 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 20 Jan 2014 11:52:50 -0500 Subject: [PATCH] fixed test break. --- tests/unit/models/UserTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/models/UserTest.php b/tests/unit/models/UserTest.php index 3ff3c83..109da73 100644 --- a/tests/unit/models/UserTest.php +++ b/tests/unit/models/UserTest.php @@ -3,12 +3,9 @@ namespace tests\unit\models; use yii\codeception\TestCase; -use yii\test\DbTestTrait; class UserTest extends TestCase { - use DbTestTrait; - protected function setUp() { parent::setUp();