You are here

public static function OgUiPrivateGroupStatus::getInfo in Organic groups 7.2

File

og_ui/og_ui.test, line 549

Class

OgUiPrivateGroupStatus
Joining to a private group status.

Code

public static function getInfo() {
  return array(
    'name' => 'Subscribe to private groups',
    'description' => 'Testing the automatic approval of a membership request for a private group.',
    'group' => 'Organic groups UI',
  );
}