function OgWiki::getInfo in Organic groups 6
Same name and namespace in other branches
- 6.2 tests/og_wiki.test \OgWiki::getInfo()
Implementation of getInfo().
File
- tests/
og_wiki.test, line 15
Class
Code
function getInfo() {
return array(
'name' => t('Organic groups wiki test'),
'description' => t('Tests posting a wiki post and editing it.'),
'group' => t('Organic groups'),
);
}