You are here

public static function OgMetaData::getInfo in Organic groups 7.2

File

./og.test, line 348

Class

OgMetaData
Test the Organic groups API and CRUD handling.

Code

public static function getInfo() {
  return array(
    'name' => 'OG metadata',
    'description' => 'Test the metadata properties.',
    'group' => 'Organic groups',
  );
}