public static function AuthcacheP13nTestConfigWidget::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_p13n/ tests/ authcache_p13n.config.test, line 17 - Defines test for authcache personalization configuration widget.
Class
- AuthcacheP13nTestConfigWidget
- Tests for authcache_p13n_config element.
Code
public static function getInfo() {
return array(
'name' => 'Config Widget',
'description' => 'Tests for configuration widget',
'group' => 'Authcache Personalization',
);
}