public static property BlockLanguageCacheTest::$modules

Modules to enable.

Type: array

Overrides AggregatorTestBase::$modules

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageCacheTest.php, line 23
Contains \Drupal\block\Tests\BlockLanguageCacheTest.

Class

BlockLanguageCacheTest
Tests multilingual block definition caching.

Namespace

Drupal\block\Tests

Code

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