You are here

protected function ViewsTest::adjustBackendConfig in Search API Solr 4.x

Same name in this branch
  1. 4.x tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::adjustBackendConfig()
  2. 4.x modules/search_api_solr_legacy/tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr_legacy\Functional\ViewsTest::adjustBackendConfig()

Allow 3rd party Solr connectors to manipulate the config.

1 call to ViewsTest::adjustBackendConfig()
ViewsTest::setUp in tests/src/Functional/ViewsTest.php
1 method overrides ViewsTest::adjustBackendConfig()
ViewsTest::adjustBackendConfig in modules/search_api_solr_legacy/tests/src/Functional/ViewsTest.php
Allow 3rd party Solr connectors to manipulate the config.

File

tests/src/Functional/ViewsTest.php, line 67

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api_solr\Functional

Code

protected function adjustBackendConfig() {
}