function CommentModuleTestCase::get_info in SimpleTest 6
File
- tests/
comment_module.test, line 9
Class
Code
function get_info() {
return array(
'name' => t('Comment functionality'),
'desc' => t('Thoroughly test comment administration and user interfaces.'),
'group' => t('Comment Tests'),
);
}