You are here

function CommentModuleTestCase::get_info in SimpleTest 6

File

tests/comment_module.test, line 9

Class

CommentModuleTestCase

Code

function get_info() {
  return array(
    'name' => t('Comment functionality'),
    'desc' => t('Thoroughly test comment administration and user interfaces.'),
    'group' => t('Comment Tests'),
  );
}