public static function ModuleGrantsNodeAccessBaseTableTestCase::getInfo in Module Grants 7
Overrides NodeAccessBaseTableTestCase::getInfo
File
- ./
module_grants.test, line 39
Class
Code
public static function getInfo() {
return array(
'name' => 'Node Access on any table with Module Grants',
'description' => 'Run node access on any table test cases with Module Grants module enabled.',
'group' => 'Module grants',
);
}