static function TMGMTHelperTestCase::getInfo in Translation Management Tool 7
File
- tests/
tmgmt.helper.test, line 13
Class
- TMGMTHelperTestCase
- Test the helper functions in tmgmt.module.
Code
static function getInfo() {
return array(
'name' => 'Helper functions Test case',
'description' => 'Helper functions for other modules',
'group' => 'Translation Management',
);
}