diff --git a/tests/TgBotLib/Methods/GetMeTest.php b/tests/TgBotLib/Methods/GetMeTest.php index 1c704fc..f5cf0ff 100644 --- a/tests/TgBotLib/Methods/GetMeTest.php +++ b/tests/TgBotLib/Methods/GetMeTest.php @@ -9,7 +9,6 @@ use TgBotLib\Objects\User; class GetMeTest extends TestCase { private $bot; - protected function setUp(): void { $this->bot = new Bot(BOT_TOKEN);