You are here

public static property BreadcrumbIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

tests/src/Functional/BreadcrumbIntegrationTest.php, line 17

Class

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