You are here

function OgSubscribe::get_info in Organic groups 5.7

Same name and namespace in other branches
  1. 5.8 tests/og_subscribe.test \OgSubscribe::get_info()
  2. 5 tests/og_subscribe.test \OgSubscribe::get_info()
  3. 5.2 tests/og_subscribe.test \OgSubscribe::get_info()
  4. 5.3 tests/og_subscribe.test \OgSubscribe::get_info()

Overrides OgTestCase::get_info

File

tests/og_subscribe.test, line 6

Class

OgSubscribe

Code

function get_info() {
  return array(
    'name' => t('Og membership test'),
    'desc' => t('Tests og membership functionality and asserts correct behavior with all og_selective settings'),
    'group' => 'Organic groups',
  );
}