You are here

public static function OgAccessTestCase::getInfo in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og_access/og_access.test \OgAccessTestCase::getInfo()

File

og_access/og_access.test, line 13
Test organic groups access module.

Class

OgAccessTestCase
Test OG access.

Code

public static function getInfo() {
  return array(
    'name' => 'OG access',
    'description' => 'Test the visibility of nodes that are handled by OG access.',
    'group' => 'Organic groups access',
  );
}