You are here

protected function SolrBackendTestBase::installConfigs in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::installConfigs()
  2. 4.x tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::installConfigs()

Called by setUp() to install required configs.

5 calls to SolrBackendTestBase::installConfigs()
SearchApiSolrExtractionTest::installConfigs in tests/src/Kernel/SearchApiSolrExtractionTest.php
Called by setUp() to install required configs.
SearchApiSolrLocationTest::installConfigs in tests/src/Kernel/SearchApiSolrLocationTest.php
Called by setUp() to install required configs.
SearchApiSolrTechproductsTest::installConfigs in tests/src/Kernel/SearchApiSolrTechproductsTest.php
Called by setUp() to install required configs.
SearchApiSolrTest::installConfigs in tests/src/Kernel/SearchApiSolrTest.php
Called by setUp() to install required configs.
SolrBackendTestBase::setUp in tests/src/Kernel/SolrBackendTestBase.php
4 methods override SolrBackendTestBase::installConfigs()
SearchApiSolrExtractionTest::installConfigs in tests/src/Kernel/SearchApiSolrExtractionTest.php
Called by setUp() to install required configs.
SearchApiSolrLocationTest::installConfigs in tests/src/Kernel/SearchApiSolrLocationTest.php
Called by setUp() to install required configs.
SearchApiSolrTechproductsTest::installConfigs in tests/src/Kernel/SearchApiSolrTechproductsTest.php
Called by setUp() to install required configs.
SearchApiSolrTest::installConfigs in tests/src/Kernel/SearchApiSolrTest.php
Called by setUp() to install required configs.

File

tests/src/Kernel/SolrBackendTestBase.php, line 64

Class

SolrBackendTestBase
Tests location searches and distance facets using the Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

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