You are here

public static property LanguageIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

tests/src/Functional/LanguageIntegrationTest.php, line 18

Class

LanguageIntegrationTest
Tests the integration with the language module.

Namespace

Drupal\Tests\facets\Functional

Code

public static $modules = [
  'views',
  'search_api',
  'facets',
  'block',
  'facets_search_api_dependency',
  'language',
  'config_translation',
];