You are here

public static property SearchApiSolrLocationTest::$modules in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules
  2. 8 tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules
  3. 8.2 tests/src/Kernel/SearchApiSolrLocationTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrLocationTest::modules

Modules to enable for this test.

Type: string[]

Overrides SolrBackendTestBase::$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\Kernel

Code

public static $modules = [
  'language',
  'search_api_location',
  'search_api_test_example_content',
  'entity_test',
  'geofield',
];