You are here

public static function ModuleGrantsNodeAccessTestCase::getInfo in Module Grants 7

Overrides NodeAccessTestCase::getInfo

File

./module_grants.test, line 5

Class

ModuleGrantsNodeAccessTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Node access with Module Grants',
    'description' => 'Run node access test cases with Module Grants module enabled.',
    'group' => 'Module grants',
  );
}