mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
Fix class name
This commit is contained in:
@@ -63,7 +63,7 @@ class ElasticSearchFormatterTest extends \PHPUnit\Framework\TestCase
|
|||||||
*/
|
*/
|
||||||
public function testGetters()
|
public function testGetters()
|
||||||
{
|
{
|
||||||
$formatter = new ElasticaFormatter('my_index', 'doc_type');
|
$formatter = new ElasticSearchFormatter('my_index', 'doc_type');
|
||||||
$this->assertEquals('my_index', $formatter->getIndex());
|
$this->assertEquals('my_index', $formatter->getIndex());
|
||||||
$this->assertEquals('doc_type', $formatter->getType());
|
$this->assertEquals('doc_type', $formatter->getType());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user