You are here

public static function CoderReviewCommentTest::getInfo in Coder 7

Same name and namespace in other branches
  1. 7.2 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::getInfo()

File

coder_review/tests/coder_review_comment.test, line 14

Class

CoderReviewCommentTest

Code

public static function getInfo() {
  return array(
    'name' => t('Coder Comment Style Tests'),
    'description' => t('Tests for the coder commenting standards review.'),
    'group' => t('Coder'),
  );
}