You are here

public static property WidgetIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

tests/src/Functional/WidgetIntegrationTest.php, line 15

Class

WidgetIntegrationTest
Tests the overall functionality of the Facets admin UI.

Namespace

Drupal\Tests\facets\Functional

Code

public static $modules = [
  'views',
  'node',
  'search_api',
  'facets',
  'block',
  'facets_search_api_dependency',
  'facets_query_processor',
  'facets_custom_widget',
];