Browse Source

fixed test break.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
0a9fffba8f
  1. 2
      tests/unit/framework/helpers/ArrayHelperTest.php

2
tests/unit/framework/helpers/ArrayHelperTest.php

@ -4,7 +4,7 @@ namespace yiiunit\framework\helpers;
use yii\helpers\ArrayHelper;
use yii\test\TestCase;
use yii\web\Sort;
use yii\data\Sort;
class ArrayHelperTest extends TestCase
{

Loading…
Cancel
Save