You are here

public static function ModuleGrantsNodeAccessBaseTableWithTestModulesTestCase::getInfo in Module Grants 7

Overrides NodeAccessBaseTableTestCase::getInfo

File

./module_grants.test, line 90

Class

ModuleGrantsNodeAccessBaseTableWithTestModulesTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Node Access on any table with Module Grants and color/number/animal test module',
    'description' => 'Run node access on any table test cases with Module Grants module and color/number/animal test module enabled.',
    'group' => 'Module grants',
  );
}