You are here

public static property DsFieldCacheTest::$modules in Display Suite 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/DsFieldCacheTest.php \Drupal\Tests\ds\Functional\DsFieldCacheTest::modules

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/DsFieldCacheTest.php, line 18

Class

DsFieldCacheTest
Cache field test.

Namespace

Drupal\Tests\ds\Functional

Code

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