function ContentAccessModuleTestCase::get_info in Content Access 5
Implementation of get_info() for information
File
- tests/
content_access.test, line 18
Class
Code
function get_info() {
return array(
'name' => t('Content Access Module Tests'),
'desc' => t('Various tests to check permission settings on nodes.'),
'group' => 'Content Access',
);
}