Browse Source

fix 'filters' unit tests

tags/3.0.0-alpha1
Paul Klimov 7 years ago
parent
commit
fafa4044c0
  1. 2
      tests/framework/filters/auth/AuthTest.php
  2. 2
      tests/framework/filters/auth/CompositeAuthTest.php

2
tests/framework/filters/auth/AuthTest.php

@ -15,7 +15,7 @@ use yii\filters\auth\HttpBearerAuth;
use yii\filters\auth\QueryParamAuth;
use yii\filters\auth\HttpHeaderAuth;
use yii\helpers\ArrayHelper;
use yii\rest\Controller;
use yii\web\Controller;
use yii\web\UnauthorizedHttpException;
use yiiunit\framework\filters\stubs\UserIdentity;

2
tests/framework/filters/auth/CompositeAuthTest.php

@ -11,7 +11,7 @@ use Yii;
use yii\filters\auth\AuthMethod;
use yii\filters\auth\CompositeAuth;
use yii\filters\auth\HttpBearerAuth;
use yii\rest\Controller;
use yii\web\Controller;
use yiiunit\framework\web\UserIdentity;
/**

Loading…
Cancel
Save