You are here

public static property WebTestBase::$modules in Core Views Facets 8

Modules to enable for this test.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/WebTestBase.php, line 25

Class

WebTestBase
Provides the base class for web tests for Search API.

Namespace

Drupal\Tests\core_views_facets\Functional

Code

public static $modules = [
  'views',
  'node',
  'field',
  'facets',
  'block',
  'taxonomy',
  'core_views_facets',
  'user',
  'core_views_facets_test_views',
];