public static function CoderReviewCommentTest::getInfo in Coder 7
Same name and namespace in other branches
- 7.2 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::getInfo()
File
- coder_review/
tests/ coder_review_comment.test, line 14
Class
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'),
);
}