public static function OgVocabComplexWidgetTestCase::getInfo in OG Vocabulary 7
File
- ./
og_vocab.test, line 102 - Test organic groups vocabulary module.
Class
Code
public static function getInfo() {
return array(
'name' => 'OG vocabulary widget',
'description' => 'Test the comlpex widget behavior.',
'group' => 'Organic groups vocabulary',
);
}