You are here

protected function SearchApiSolrTechproductsTest::installConfigs in Search API Solr 8.2

Called by setUp() to install required configs.

Overrides SolrBackendTestBase::installConfigs

File

tests/src/Kernel/SearchApiSolrTechproductsTest.php, line 38

Class

SearchApiSolrTechproductsTest
Tests the 'Any Schema' Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

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