mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +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:
@@ -56,6 +56,13 @@ class PHPConsoleHandlerTest extends TestCase
|
||||
$this->connector->setErrorsDispatcher($this->errorDispatcher);
|
||||
}
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->connector, $this->debugDispatcher, $this->errorDispatcher);
|
||||
}
|
||||
|
||||
protected function initDebugDispatcherMock(Connector $connector)
|
||||
{
|
||||
return $this->getMockBuilder('PhpConsole\Dispatcher\Debug')
|
||||
|
Reference in New Issue
Block a user