You are here

public static function OgUiUserPermissionsTestCase::getInfo in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og_ui/og_ui.test \OgUiUserPermissionsTestCase::getInfo()

File

og_ui/og_ui.test, line 5

Class

OgUiUserPermissionsTestCase

Code

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