public static function OgFieldWidgetTestCase::getInfo in Organic groups 7.2
File
- ./
og.test, line 1087
Class
- OgFieldWidgetTestCase
- Test the complex widget.
Code
public static function getInfo() {
return array(
'name' => 'OG reference widget',
'description' => 'Test the OG reference widget behavior.',
'group' => 'Organic groups',
);
}