You are here

protected function SolrLegacyExtractionTest::installConfigs in Search API Solr 4.x

Called by setUp() to install required configs.

Overrides SolrBackendTestBase::installConfigs

File

modules/search_api_solr_legacy/tests/src/Kernel/SolrLegacyExtractionTest.php, line 26

Class

SolrLegacyExtractionTest
Test tika extension based PDF extraction.

Namespace

Drupal\Tests\search_api_solr_legacy\Kernel

Code

protected function installConfigs() {
  parent::installConfigs();
  $this
    ->installConfig([
    'search_api_solr_legacy',
    'search_api_solr_legacy_test',
  ]);

  // Swap the connector.
  Solr36TestConnector::adjustBackendConfig('search_api.server.solr_search_server');
}