From f458263d93dad77b8bcd0a089f8d1b9de82be340 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 22 May 2022 11:17:54 +0300 Subject: [PATCH] fix import UnauthorizedHttpException (#19404) --- tests/framework/filters/auth/CompositeAuthTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/framework/filters/auth/CompositeAuthTest.php b/tests/framework/filters/auth/CompositeAuthTest.php index 77c43207664..7ec57ee1237 100644 --- a/tests/framework/filters/auth/CompositeAuthTest.php +++ b/tests/framework/filters/auth/CompositeAuthTest.php @@ -12,6 +12,7 @@ use yii\filters\auth\CompositeAuth; use yii\filters\auth\HttpBearerAuth; use yii\rest\Controller; +use yii\web\UnauthorizedHttpException; use yiiunit\framework\web\UserIdentity; /**