mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +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:
@@ -39,8 +39,10 @@ class SignalHandlerTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
if ($this->asyncSignalHandling !== null) {
|
||||
pcntl_async_signals($this->asyncSignalHandling);
|
||||
}
|
||||
@@ -53,6 +55,8 @@ class SignalHandlerTest extends TestCase
|
||||
pcntl_signal($signo, $handler);
|
||||
}
|
||||
}
|
||||
|
||||
unset($this->signalHandlers, $this->blockedSignals, $this->asyncSignalHandling);
|
||||
}
|
||||
|
||||
private function setSignalHandler($signo, $handler = SIG_DFL)
|
||||
|
Reference in New Issue
Block a user