You are here

protected function SolrBackendTestBase::commonSolrBackendSetUp 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::commonSolrBackendSetUp()
  2. 4.x tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::commonSolrBackendSetUp()

Required parts of the setUp() function that are the same for all backends.

2 calls to SolrBackendTestBase::commonSolrBackendSetUp()
SearchApiSolrTest::commonSolrBackendSetUp in tests/src/Kernel/SearchApiSolrTest.php
Required parts of the setUp() function that are the same for all backends.
SolrBackendTestBase::setUp in tests/src/Kernel/SolrBackendTestBase.php
2 methods override SolrBackendTestBase::commonSolrBackendSetUp()
SearchApiSolrLocationTest::commonSolrBackendSetUp in tests/src/Kernel/SearchApiSolrLocationTest.php
Required parts of the setUp() function that are the same for all backends.
SearchApiSolrTest::commonSolrBackendSetUp in tests/src/Kernel/SearchApiSolrTest.php
Required parts of the setUp() function that are the same for all backends.

File

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

Class

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

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

protected function commonSolrBackendSetUp() {
}