You are here

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

Same name in this branch
  1. 4.x tests/src/Functional/FacetsTest.php \Drupal\Tests\search_api_solr\Functional\FacetsTest::modules
  2. 4.x modules/search_api_solr_legacy/tests/src/Functional/FacetsTest.php \Drupal\Tests\search_api_solr_legacy\Functional\FacetsTest::modules

Overrides FacetsTest::$modules

File

modules/search_api_solr_legacy/tests/src/Functional/FacetsTest.php, line 18

Class

FacetsTest
Tests the facets functionality using the Solr backend.

Namespace

Drupal\Tests\search_api_solr_legacy\Functional

Code

public static $modules = [
  'search_api_solr_legacy',
  'search_api_solr_legacy_test',
];