Remove unused imports. (#14096)

This commit is contained in:
Robert Korulczyk
2017-05-01 20:26:15 +02:00
committed by Carsten Brandt
parent f6a4f3c18f
commit 31e321b9b2
16 changed files with 6 additions and 27 deletions

View File

@ -4,9 +4,6 @@ namespace yiiunit\framework\base;
use Yii;
use yii\log\Dispatcher;
use yiiunit\data\ar\Cat;
use yiiunit\data\ar\Order;
use yiiunit\data\ar\Type;
use yiiunit\TestCase;
/**