public static function CacheDecoratorLanguageTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php, line 26
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 function getInfo() {
  return array(
    'name' => 'CacheDecoratorLanguage',
    'description' => 'Tests that the CacheDecorator stores definitions by language appropriately.',
    'group' => 'Plugin API',
  );
}