You are here

IndexFactoryTest.php in Elasticsearch Connector 8.6

File

tests/src/Unit/ElasticSearch/Parameters/Factory/IndexFactoryTest.php
View source
<?php

namespace Drupal\Tests\elasticsearch_connector\Unit\ElasticSearch\Parameters\Factory;

use Drupal\Tests\UnitTestCase;
use Drupal\elasticsearch_connector\ElasticSearch\Parameters\Factory\IndexFactory;

/**
 * @coversDefaultClass \Drupal\elasticsearch_connector\ElasticSearch\Parameters\Factory\IndexFactory
 *
 * @group elasticsearch_connector
 */
class IndexFactoryTest extends UnitTestCase {

}