public static function OgTranslationTestCase::getInfo in Organic groups 7
File
- ./
og.test, line 887  
Class
- OgTranslationTestCase
 - Test the multilangual groups.
 
Code
public static function getInfo() {
  return array(
    'name' => 'Organic groups multilangual',
    'description' => 'Test tranlatable node that is a group, returns the same group ID.',
    'group' => 'Organic groups',
  );
}