You are here

public static function CacheActionsViewsTestCase::getInfo in Cache Actions 6.2

Same name and namespace in other branches
  1. 7.2 cache_actions.test \CacheActionsViewsTestCase::getInfo()
  2. 7 cache_actions.test \CacheActionsViewsTestCase::getInfo()

File

./cache_actions.test, line 24
This file contains the tests for Cache Actions. All tests depend on the panels, views and rules that are defined by the cache actions test module.

Class

CacheActionsViewsTestCase
Tests for Cache Actions Views.

Code

public static function getInfo() {
  return array(
    'name' => t('Cache Actions Views Test'),
    'description' => t('Tests the cache actions views'),
    'group' => t('Cache Actions'),
  );
}