static function TMGMTGoogleTestCase::getInfo in TMGMT Translator Google 7
Implements getInfo().
File
- ./
tmgmt_google.test, line 16 - Test cases for the google translator module.
Class
- TMGMTGoogleTestCase
- Basic tests for the google translator.
Code
static function getInfo() {
return array(
'name' => t('Google Translator tests'),
'description' => t('Tests the google translator plugin integration.'),
'group' => t('Translation Management'),
);
}