You are here

function CoderSQLTest::getInfo in Coder 6

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

File

tests/coder_sql.test, line 9

Class

CoderSQLTest

Code

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