public static function CoderStyleTest::getInfo in Coder 6.2
File
- tests/
coder_style.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Coder Style Tests'),
'description' => t('Tests for the coder style review.'),
'group' => t('Coder'),
);
}