You are here

function OgPost::get_info in Organic groups 5.7

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

Overrides OgTestCase::get_info

File

tests/og_post.test, line 6

Class

OgPost

Code

function get_info() {
  return array(
    'name' => t('Og posting test'),
    'desc' => t('Tests to post a page to an og.'),
    'group' => 'Organic groups',
  );
}