You are here

public static property FacetsBlockTest::$modules in Facets Block 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

FacetsBlockTest
Tests the Facets Block.

Namespace

Drupal\Tests\facets_block\Functional

Code

public static $modules = [
  'block',
  'facets_block',
];