From a357451a9da9781fce57b8b3bb62e599a242d16d Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 6 Oct 2024 19:00:25 -0400 Subject: [PATCH] Remove unnecessary blank line in GetMeTest setup --- tests/TgBotLib/Methods/GetMeTest.php | 1 - 1 file changed, 1 deletion(-) 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);