public static function CoderUpgrade6xTest::getInfo in Coder 6.2
Same name and namespace in other branches
- 6 tests/coder_6x.test \CoderUpgrade6xTest::getInfo()
File
- tests/
coder_6x.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Coder Upgrade 6.x Tests'),
'description' => t('Tests for the coder upgrade6x review.'),
'group' => t('Coder'),
);
}