You are here

public static property RowRenderCacheTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/RowRenderCacheTest.php, line 32
Contains \Drupal\views\Tests\Plugin\RowRenderCacheTest.

Class

RowRenderCacheTest
Tests row render caching.

Namespace

Drupal\views\Tests\Plugin

Code

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