You are here

public static function OgDefaultAccessFieldTestCase::getInfo in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.test \OgDefaultAccessFieldTestCase::getInfo()

File

./og.test, line 832

Class

OgDefaultAccessFieldTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'OG default access field',
    'description' => 'Test groups with default access field.',
    'group' => 'Organic groups',
  );
}