mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Fix class name
This commit is contained in:
@@ -63,7 +63,7 @@ class ElasticSearchFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
*/
|
||||
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('doc_type', $formatter->getType());
|
||||
}
|
||||
|
Reference in New Issue
Block a user