function OgSubscribe::get_info in Organic groups 5.2
Same name and namespace in other branches
- 5.8 tests/og_subscribe.test \OgSubscribe::get_info()
- 5 tests/og_subscribe.test \OgSubscribe::get_info()
- 5.3 tests/og_subscribe.test \OgSubscribe::get_info()
- 5.7 tests/og_subscribe.test \OgSubscribe::get_info()
File
- tests/
og_subscribe.test, line 3
Class
Code
function get_info() {
return array(
'name' => t('Og subscription test'),
'desc' => t('Tests og subscription functionality and asserts correct behavior with all og_selective settings'),
'group' => 'og tests',
);
}