You are here

public static function OgNodeAccess::getInfo in Organic groups 7.2

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

File

./og.test, line 115

Class

OgNodeAccess
Test Group node access. This will test nodes that are groups and group content.

Code

public static function getInfo() {
  return array(
    'name' => 'OG node access',
    'description' => 'Test strict node access permissions for group nodes and group content.',
    'group' => 'Organic groups',
  );
}