Update README.md

This commit is contained in:
Alex
2025-07-06 19:24:54 +03:00
parent bcd8a52d06
commit f3a7b2b3ba
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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