You are here

public static function CoderReviewStyleTest::getInfo in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_review/tests/coder_review_style.test \CoderReviewStyleTest::getInfo()

File

coder_review/tests/coder_review_style.test, line 25

Class

CoderReviewStyleTest
Class to test for the style of the required Drupal coding standards.

Code

public static function getInfo() {
  return array(
    'name' => 'Coder Review Style Tests',
    'description' => 'Tests for the coder style review.',
    'group' => 'CoderReview',
  );
}