public static function OgUiAdminPermissionsTestCase::getInfo in Organic groups 7.2
File
- og_ui/
og_ui.test, line 62
Class
Code
public static function getInfo() {
return array(
'name' => 'OG UI admin section',
'description' => 'Verify that only users with group admin permissions can see the admin tabs.',
'group' => 'Organic groups UI',
);
}