You are here

public static function CoderSQLTest::getInfo in Coder 6.2

Same name and namespace in other branches
  1. 6 tests/coder_sql.test \CoderSQLTest::getInfo()

File

tests/coder_sql.test, line 15

Class

CoderSQLTest

Code

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