public static function CacheActionsMiniPanelsTestCase::getInfo in Cache Actions 6.2
Same name and namespace in other branches
- 7.2 cache_actions.test \CacheActionsMiniPanelsTestCase::getInfo()
- 7 cache_actions.test \CacheActionsMiniPanelsTestCase::getInfo()
File
- ./
cache_actions.test, line 199 - 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
- CacheActionsMiniPanelsTestCase
- Tests for clearing panels.
Code
public static function getInfo() {
return array(
'name' => t('Cache Actions Mini Panels Test'),
'description' => t('Tests the clearing of Panel Variants and Panel Panes'),
'group' => t('Cache Actions'),
);
}