You are here

public static property BlocacheBrowserTestBase::$modules in Blocache (Block Cache Control) 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

BlocacheBrowserTestBase
Provides setup and helper methods for block module tests.

Namespace

Drupal\Tests\blocache\Functional

Code

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