You are here

public static function OgSelectAccessibleGroupsValidation::getInfo in Organic groups 7.2

File

./og.test, line 2485

Class

OgSelectAccessibleGroupsValidation
Test for publishing content using a select widget.

Code

public static function getInfo() {
  return array(
    'name' => 'Select widget for non accessible groups',
    'description' => "Verify the user cannot fill in the select field with the name of a un-accessible group name.",
    'group' => 'Organic groups',
  );
}