protected function ViewsTest::adjustBackendConfig in Search API Solr 4.x
Same name in this branch
- 4.x tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::adjustBackendConfig()
- 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.
Overrides ViewsTest::adjustBackendConfig
File
- modules/
search_api_solr_legacy/ tests/ src/ Functional/ ViewsTest.php, line 26
Class
- ViewsTest
- Tests the Views integration of the Search API.
Namespace
Drupal\Tests\search_api_solr_legacy\FunctionalCode
protected function adjustBackendConfig() {
// Swap the connector.
Solr36TestConnector::adjustBackendConfig('search_api.server.solr_search_server');
}