You are here

public static function OgRoleRevoke::getInfo in Organic groups 7.2

File

./og.test, line 1273

Class

OgRoleRevoke
Test the revocation of group roles.

Code

public static function getInfo() {
  return array(
    'name' => 'OG roles revoke',
    'description' => 'Test the revocation of group roles',
    'group' => 'Organic groups',
  );
}