public static function CoderReviewCommentTest::getInfo in Coder 7.2
Same name and namespace in other branches
- 7 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::getInfo()
File
- coder_review/
tests/ coder_review_comment.test, line 32
Class
- CoderReviewCommentTest
- Tests the functionality of comment review rules in Coder_review module.
Code
public static function getInfo() {
return array(
'name' => 'Coder Review Comment Style Tests',
'description' => 'Tests for the coder commenting standards review.',
'group' => 'CoderReview',
);
}