You are here

public static function CoderCommentTest::getInfo in Coder 6.2

File

tests/coder_comment.test, line 14

Class

CoderCommentTest

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'),
  );
}