public static function OgFieldAccessTestCase::getInfo in Organic groups 7.2
Same name and namespace in other branches
- 7 og_field_access/og_field_access.test \OgFieldAccessTestCase::getInfo()
File
- og_field_access/
og_field_access.test, line 14 - Test organic groups field access module.
Class
- OgFieldAccessTestCase
- Test OG access.
Code
public static function getInfo() {
return array(
'name' => 'Organic groups field access',
'description' => 'Test the access control on fields.',
'group' => 'Organic groups field access',
);
}