You are here

public static function OgBehaviorHandlerTestCase::getInfo in Organic groups 7.2

File

./og.test, line 1849

Class

OgBehaviorHandlerTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'OG widget behavior',
    'description' => 'Test the widget behavior of group-audience fields.',
    'group' => 'Organic groups',
  );
}