You are here

public static function OgGroupAndUngroup::getInfo in Organic groups 7.2

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

File

./og.test, line 442

Class

OgGroupAndUngroup
Test Group content handeling.

Code

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