You are here

public static function CoderSecurityTest::getInfo in Coder 6.2

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

File

tests/coder_security.test, line 9

Class

CoderSecurityTest

Code

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