You are here

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

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

Modules to enable for this test.

Type: string[]

Overrides SolrBackendTestBase::$modules

File

tests/src/Kernel/SearchApiSolrTest.php, line 38

Class

SearchApiSolrTest
Tests index and search capabilities using the Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

public static $modules = [
  'language',
  'search_api_autocomplete',
  'search_api_solr_legacy',
  'user',
];