You are here

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

Same name and namespace in other branches
  1. 8 core/modules/block/src/Tests/BlockCacheTest.php \Drupal\block\Tests\BlockCacheTest::modules

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockCacheTest.php, line 25
Contains \Drupal\block\Tests\BlockCacheTest.

Class

BlockCacheTest
Tests block caching.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'block',
  'block_test',
  'test_page_test',
);