static function TMGMTPluginsTestCase::getInfo in Translation Management Tool 7
File
- tests/
tmgmt.plugin.test, line 13
Class
- TMGMTPluginsTestCase
- Tests interaction between core and the plugins.
Code
static function getInfo() {
return array(
'name' => 'Plugin tests',
'description' => 'Verifies basic functionality of source and translator plugins',
'group' => 'Translation Management',
);
}