public static property SearchApiSolrLocationTest::$modules in Search API Solr 8
Same name and namespace in other branches
- 8.3 tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules
- 8.2 tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules
- 4.x tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules
Modules to enable for this test.
Type: string[]
Overrides BackendTestBase::$modules
File
- tests/
src/ Kernel/ SearchApiSolrLocationTest.php, line 24
Class
- SearchApiSolrLocationTest
- Tests location searches and distance facets using the Solr search backend.
Namespace
Drupal\Tests\search_api_solr\KernelCode
public static $modules = [
'system',
'search_api',
'search_api_solr',
'search_api_location',
'search_api_test_example_content',
'search_api_solr_test',
'entity_test',
'geofield',
'field',
];