public static function OgAccessUseGroupDefaultsTestCase::getInfo in Organic groups 7.2
File
- og_access/
og_access.test, line 357 - Test organic groups access module.
Class
- OgAccessUseGroupDefaultsTestCase
- Test "Use group defaults".
Code
public static function getInfo() {
return array(
'name' => 'Use group defaults',
'description' => "Verify for an exception when OG access field is missing from the group, but exists on the group content.",
'group' => 'Organic groups access',
);
}