mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 23:54:04 +02:00
ElasticSearch v8 support (#1662)
* ElasticSearch v8 support * CI updates Co-authored-by: Thomas Müller <mimmi20@live.de>
This commit is contained in:
@@ -44,6 +44,13 @@ class RollbarHandlerTest extends TestCase
|
||||
$this->setupRollbarLoggerMock();
|
||||
}
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->rollbarLogger, $this->reportedExceptionArguments);
|
||||
}
|
||||
|
||||
/**
|
||||
* When reporting exceptions to Rollbar the
|
||||
* level has to be set in the payload data
|
||||
|
Reference in New Issue
Block a user