public static function NodetypeAccessTestCase::getInfo in Nodetype access 7
File
- ./
nodetype_access.test, line 19 - Tests for Nodetype access module.
Class
- NodetypeAccessTestCase
- Tests for Nodetype access module.
Code
public static function getInfo() {
return array(
'name' => 'Access control',
'description' => 'Tests to ensure that node access is working.',
'group' => 'Nodetype access',
);
}