1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 23:24:02 +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:
Jordi Boggiano
2022-05-08 22:23:46 +02:00
committed by GitHub
parent 4c7a12b026
commit bd24765917
27 changed files with 510 additions and 197 deletions

View File

@@ -25,6 +25,13 @@ class PushoverHandlerTest extends TestCase
private $res;
private $handler;
public function tearDown(): void
{
parent::tearDown();
unset($this->res);
}
public function testWriteHeader()
{
$this->createHandler();