1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 19:00:20 +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

@@ -80,7 +80,7 @@ class ElasticsearchHandlerTest extends TestCase
],
],
$data,
]
],
];
// setup ES client mock
@@ -229,7 +229,7 @@ class ElasticsearchHandlerTest extends TestCase
/**
* Return last created document id from ES response
*
* @param array $info Elasticsearch last request info
* @param array $info Elasticsearch last request info
* @return string|null
*/
protected function getCreatedDocId(array $info)
@@ -255,7 +255,7 @@ class ElasticsearchHandlerTest extends TestCase
$params = [
'index' => $index,
'type' => $type,
'id' => $documentId
'id' => $documentId,
];
$data = $client->get($params);