public static function CachedDataUITest::getInfo

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CachedDataUITest.php, line 22
Contains \Drupal\views_ui\Tests\CachedDataUITest.

Class

CachedDataUITest
Tests the user tempstore cache in the UI.

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Cached data',
    'description' => 'Tests the user tempstore object caching in the UI.',
    'group' => 'Views UI',
  );
}