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', [