mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +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:
@@ -30,6 +30,13 @@ class SocketHandlerTest extends TestCase
|
||||
*/
|
||||
private $res;
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->res);
|
||||
}
|
||||
|
||||
public function testInvalidHostname()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
|
Reference in New Issue
Block a user