mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-19 18:23:28 +00:00
Update README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Max Bot API Client library for Golang
|
||||
# Max Bot API Client library for PHP
|
||||
|
||||
[](https://github.com/BushlanovDev/max-bot-api-client-php/actions)
|
||||
[]()
|
||||
[](LICENSE)
|
||||
[](https://github.com/BushlanovDev/max-bot-api-client-php/actions)
|
||||
[](https://github.com/BushlanovDev/max-bot-api-client-php)
|
||||
[](LICENSE)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user