You are here

public static property SolrBackendTestBase::$modules in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::modules
  2. 4.x tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::modules

Modules to enable for this test.

Type: string[]

Overrides BackendTestBase::$modules

File

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

Class

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

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

public static $modules = [
  'devel',
  'search_api_solr',
  'search_api_solr_devel',
  'search_api_solr_test',
];