public static function OgUiUserPermissionsTestCase::getInfo in Organic groups 7.2
Same name and namespace in other branches
- 7 og_ui/og_ui.test \OgUiUserPermissionsTestCase::getInfo()
File
- og_ui/
og_ui.test, line 5
Class
Code
public static function getInfo() {
return array(
'name' => 'OG UI role permissions',
'description' => 'Verify that role permissions can be added and removed via the permissions page of the group.',
'group' => 'Organic groups UI',
);
}