You are here

public static property FacetsTest::$modules in Search API Solr 8

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

Modules to enable for this test.

Type: string[]

Overrides SearchApiBrowserTestBase::$modules

File

tests/src/Functional/FacetsTest.php, line 29

Class

FacetsTest
Tests the facets functionality using the Solr backend.

Namespace

Drupal\Tests\search_api_solr\Functional

Code

public static $modules = array(
  'block',
  'views',
  'search_api_solr',
  'search_api_solr_test',
  'search_api_solr_test_facets',
  'facets',
);