public static function OgAutoCompleteAccessibleGroupsValidation::getInfo in Organic groups 7.2
File
- ./
og.test, line 2403
Class
- OgAutoCompleteAccessibleGroupsValidation
- Test for publishing content into group the user is not a member.
Code
public static function getInfo() {
return array(
'name' => 'Auto complete for non accessible groups',
'description' => "Verify the user cannot fill in the auto complete field with the name of a un-accessible group name.",
'group' => 'Organic groups',
);
}