You are here

public static function CacheActionsPanelsTestCase::getInfo in Cache Actions 7

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

File

./cache_actions.test, line 120
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

CacheActionsPanelsTestCase
Tests for clearing panels.

Code

public static function getInfo() {
  return array(
    'name' => t('Cache Actions Panels Test'),
    'description' => t('Tests the clearing of Panel Variants and Panel Panes'),
    'group' => t('Cache Actions'),
  );
}