1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 07:06:40 +02:00
This commit is contained in:
Jordi Boggiano
2018-12-08 18:16:32 +01:00
parent b978700c05
commit 0ad73a526f
16 changed files with 25 additions and 21 deletions

View File

@@ -183,6 +183,7 @@ class ElasticaHandlerTest extends TestCase
$client = new Client();
$handler = new ElasticaHandler($client, $this->options);
try {
$handler->handleBatch([$msg]);
} catch (\RuntimeException $e) {