소스 검색

fixed test break.

Qiang Xue 12 년 전
부모
커밋
103375976b
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      tests/unit/models/UserTest.php

+ 0 - 3
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();