mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 04:11:47 +02:00
Upgrade phpstan, phpunit (#1923)
* Upgrade phpstan, phpunit * Fix phpunit deprecation * Fix hg tests * Fix php-console tests * Fix phpunit on 8.1 * Bump phpconsole
This commit is contained in:
@@ -23,6 +23,13 @@ class TelegramBotHandlerTest extends TestCase
|
||||
{
|
||||
private TelegramBotHandler&MockObject $handler;
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->handler);
|
||||
}
|
||||
|
||||
public function testSendTelegramRequest(): void
|
||||
{
|
||||
$this->createHandler();
|
||||
|
Reference in New Issue
Block a user