You are here

public static property CacheTest::$modules in Field Encryption 3.0.x

Modules to enable for this test.

Type: string[]

Overrides FieldEncryptTestBase::$modules

File

tests/src/Functional/CacheTest.php, line 20

Class

CacheTest
Tests field encryption caching.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

public static $modules = [
  'dynamic_page_cache',
];