You are here

public static function OgPost::getInfo in Organic groups 6.2

Same name and namespace in other branches
  1. 6 tests/og.post.test \OgPost::getInfo()

Implementation of getInfo().

File

tests/og.post.test, line 15

Class

OgPost

Code

public static function getInfo() {
  return array(
    'name' => t('Organic groups posting test'),
    'description' => t('Tests posting a group post into a group node.'),
    'group' => t('Organic groups'),
  );
}