You are here

public static function CacheActionsCssJsTestCase::getInfo in Cache Actions 7

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

File

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

CacheActionsCssJsTestCase
Tests for css and js.

Code

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