public function AddHierarchyTest::setUp in Search API Multilingual Solr Search 8
Performs setup tasks before each individual test method is run.
Installs commonly used schemas and sets up a search server and an index, with the specified processor enabled.
Parameters
string|null $processor: (optional) The plugin ID of the processor that should be set up for testing.
Overrides AddHierarchyTest::setUp
File
- tests/
src/ Kernel/ Processor/ AddHierarchyTest.php, line 32
Class
- AddHierarchyTest
- Tests the "Hierarchy" processor.
Namespace
Drupal\Tests\search_api_solr_multilingual\Kernel\ProcessorCode
public function setUp($processor = NULL) {
parent::setUp();
$this
->enableSolrServer('search_api_solr_multilingual_test', '/config/install/search_api.server.solr_multilingual_search_server.yml');
}