You are here

function OgSubscribe::getInfo in Organic groups 6

Same name and namespace in other branches
  1. 6.2 tests/og.subscribe.test \OgSubscribe::getInfo()

File

tests/og.subscribe.test, line 11

Class

OgSubscribe

Code

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'),
  );
}