From f3a7b2b3bad4b7763d95439bf98f9f0c51a16999 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Jul 2025 19:24:54 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- tests/ClientTest.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 037e38f..89c65a3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Max Bot API Client library for Golang +# Max Bot API Client library for PHP -[![Actions status](https://github.com/BushlanovDev/max-bot-api-client-php/actions/workflows/ci.yml/badge.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php/actions) -[![PHP Version](https://img.shields.io/packagist/php-v/bushlanov-dev/max-bot-api-client-php.svg?style=flat-square)]() -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Actions status](https://github.com/BushlanovDev/max-bot-api-client-php/actions/workflows/ci.yml/badge.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php/actions) +[![PHP version](https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) diff --git a/tests/ClientTest.php b/tests/ClientTest.php index ffba993..d5a5d12 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -93,7 +93,7 @@ final class ClientTest extends TestCase 'access_token' => self::FAKE_TOKEN, 'v' => self::API_VERSION, ]); - $responsePayload = ['ok' => true, 'result' => ['id' => 987, 'name' => 'TestBot']]; + $responsePayload = ['id' => 987, 'name' => 'TestBot']; // Configure mocks for this specific test $this->requestFactoryMock