public static function CacheActionsBinTestCase::getInfo in Cache Actions 6.2
Same name and namespace in other branches
- 7.2 cache_actions.test \CacheActionsBinTestCase::getInfo()
- 7 cache_actions.test \CacheActionsBinTestCase::getInfo()
File
- ./
cache_actions.test, line 66 - 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
- CacheActionsBinTestCase
- Tests for clearing cache bins.
Code
public static function getInfo() {
return array(
'name' => t('Cache Actions Bin Test'),
'description' => t('Tests the clearing of cache bins'),
'group' => t('Cache Actions'),
);
}