From edf98d9aceefb034445c02c413fd6946e7f026a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Thu, 2 Jul 2026 21:15:14 +0300 Subject: [PATCH] =?UTF-8?q?style(bot):=20pint=20=E2=80=94=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5=D0=BC?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D1=8B=20?= =?UTF-8?q?=D0=B2=20=D1=82=D1=80=D1=91=D1=85=20bot-=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- app/tests/Feature/Bot/BotAnswerServiceTest.php | 1 - app/tests/Unit/Bot/JivoBotClientTest.php | 3 ++- app/tests/Unit/Bot/YandexGptClientTest.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/tests/Feature/Bot/BotAnswerServiceTest.php b/app/tests/Feature/Bot/BotAnswerServiceTest.php index 6fcbd8d1..96a3d11a 100644 --- a/app/tests/Feature/Bot/BotAnswerServiceTest.php +++ b/app/tests/Feature/Bot/BotAnswerServiceTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); use App\Models\KnowledgeChunk; -use App\Services\Bot\BotAnswer; use App\Services\Bot\BotAnswerService; use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Support\Facades\Http; diff --git a/app/tests/Unit/Bot/JivoBotClientTest.php b/app/tests/Unit/Bot/JivoBotClientTest.php index 04d042fa..59389f03 100644 --- a/app/tests/Unit/Bot/JivoBotClientTest.php +++ b/app/tests/Unit/Bot/JivoBotClientTest.php @@ -4,8 +4,9 @@ declare(strict_types=1); use App\Services\Bot\JivoBotClient; use Illuminate\Support\Facades\Http; +use Tests\TestCase; -uses(Tests\TestCase::class); +uses(TestCase::class); beforeEach(function () { config()->set('services.jivo_bot.outbound_url', 'https://bot.jivosite.com/webhooks/prov-1/tok-1'); diff --git a/app/tests/Unit/Bot/YandexGptClientTest.php b/app/tests/Unit/Bot/YandexGptClientTest.php index 3ac4d9d5..ee94b40c 100644 --- a/app/tests/Unit/Bot/YandexGptClientTest.php +++ b/app/tests/Unit/Bot/YandexGptClientTest.php @@ -4,8 +4,9 @@ declare(strict_types=1); use App\Services\Bot\YandexGptClient; use Illuminate\Support\Facades\Http; +use Tests\TestCase; -uses(Tests\TestCase::class); +uses(TestCase::class); beforeEach(function () { config()->set('services.yandexgpt', [