public static function OgSubscribe::getInfo in Organic groups 6.2
Same name and namespace in other branches
- 6 tests/og.subscribe.test \OgSubscribe::getInfo()
File
- tests/
og.subscribe.test, line 11
Class
Code
public static function getInfo() {
return array(
'name' => t('Organic groups membership tests'),
'description' => t("Tests membership functionality and asserts correct behavior with all the different selective settings (e.g. open, moderated, etc'). Note: requires Views"),
'group' => t('Organic groups'),
);
}