protected function SolrBackendTestBase::installConfigs in Search API Solr 8.3
Same name and namespace in other branches
- 8.2 tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::installConfigs()
- 4.x tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::installConfigs()
Called by setUp() to install required configs.
2 calls to SolrBackendTestBase::installConfigs()
- SearchApiSolrTest::installConfigs in tests/
src/ Kernel/ SearchApiSolrTest.php - Called by setUp() to install required configs.
- SolrBackendTestBase::setUp in tests/
src/ Kernel/ SolrBackendTestBase.php
1 method overrides SolrBackendTestBase::installConfigs()
- SearchApiSolrTest::installConfigs in tests/
src/ Kernel/ SearchApiSolrTest.php - Called by setUp() to install required configs.
File
- tests/
src/ Kernel/ SolrBackendTestBase.php, line 88
Class
- SolrBackendTestBase
- Tests location searches and distance facets using the Solr search backend.
Namespace
Drupal\Tests\search_api_solr\KernelCode
protected function installConfigs() {
$this
->installConfig([
'devel',
'search_api_solr',
'search_api_solr_test',
]);
}