You are here

public static function OgGroupAndUngroup::getInfo in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.test \OgGroupAndUngroup::getInfo()

File

./og.test, line 525

Class

OgGroupAndUngroup
Test Group content handeling.

Code

public static function getInfo() {
  return array(
    'name' => 'Organic groups group and ungroup',
    'description' => 'Test the group and ungrouping of content with a group.',
    'group' => 'Organic groups',
  );
}