You are here

public static function OgFieldAccessTestCase::getInfo in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og_field_access/og_field_access.test \OgFieldAccessTestCase::getInfo()

File

og_field_access/og_field_access.test, line 14
Test organic groups field access module.

Class

OgFieldAccessTestCase
Test OG access.

Code

public static function getInfo() {
  return array(
    'name' => 'Organic groups field access',
    'description' => 'Test the access control on fields.',
    'group' => 'Organic groups field access',
  );
}