Define TEST_CHAT_ID as a global constant.

This commit is contained in:
netkas 2024-10-08 00:23:25 -04:00
parent d02cab3846
commit 75ed7676ac
5 changed files with 26 additions and 29 deletions

View file

@ -8,7 +8,6 @@ use TgBotLib\Objects\User;
class GetMeTest extends TestCase
{
const int TEST_CHAT_ID = -1001301191379;
private static Bot $bot;
/**