public static property CacheDecoratorLanguageTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php, line 24
Contains Drupal\system\Tests\Plugin\CacheDecoratorLanguageTest.

Class

CacheDecoratorLanguageTest
Tests that the AlterDecorator fires and respects the alter hook.

Namespace

Drupal\system\Tests\Plugin

Code

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