You are here

function OgWiki::getInfo in Organic groups 6

Same name and namespace in other branches
  1. 6.2 tests/og_wiki.test \OgWiki::getInfo()

Implementation of getInfo().

File

tests/og_wiki.test, line 15

Class

OgWiki

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