You are here

public static property UrlIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

tests/src/Functional/UrlIntegrationTest.php, line 22

Class

UrlIntegrationTest
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',
];