You are here

public static property WebTest::$modules in Redis 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/WebTest.php, line 27

Class

WebTest
Tests complex processes like installing modules with redis backends.

Namespace

Drupal\Tests\redis\Functional

Code

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