You are here

public static property CacheTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Plugin/CacheTest.php \Drupal\views\Tests\Plugin\CacheTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/CacheTest.php, line 36
Contains \Drupal\views\Tests\Plugin\CacheTest.

Class

CacheTest
Tests pluggable caching for views.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'taxonomy',
  'text',
  'user',
  'node',
);