You are here

public static property IndexFacetsTest::$modules in JSON:API Search API 8

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/jsonapi_search_api_facets/tests/src/Functional/IndexFacetsTest.php, line 36

Class

IndexFacetsTest
Tests searching with facets.

Namespace

Drupal\Tests\jsonapi_search_api_facets\Functional

Code

public static $modules = [
  'node',
  'entity_test',
  'search_api',
  'search_api_test_db',
  'jsonapi_search_api',
  'jsonapi_search_api_facets',
];