Browse Source

Remove imports of inexistent classes

tags/2.0.12
Nikolay Oleynikov 8 years ago committed by GitHub
parent
commit
1cb1a978f2
  1. 2
      tests/framework/web/ControllerTest.php

2
tests/framework/web/ControllerTest.php

@ -10,8 +10,6 @@ namespace yiiunit\framework\web;
use Yii;
use yii\base\InlineAction;
use yii\web\Response;
use yiiunit\framework\web\stubs\Bar;
use yiiunit\framework\web\stubs\OtherQux;
use yiiunit\TestCase;
/**

Loading…
Cancel
Save