public static function ModuleGrantsNodeAccessRecordsTestCase::getInfo in Module Grants 7
Overrides NodeAccessRecordsTestCase::getInfo
File
- ./
module_grants.test, line 22
Class
Code
public static function getInfo() {
return array(
'name' => 'Node access records with Module Grants',
'description' => 'Run node access records test cases with Module Grants module enabled.',
'group' => 'Module grants',
);
}