You are here

public static function OgUserPermissionsTestCase::getInfo in Organic groups 7

File

./og.test, line 743

Class

OgUserPermissionsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Organic groups role permissions',
    'description' => 'Verify that role permissions can be added and removed via API.',
    'group' => 'Organic groups',
  );
}