You are here

static function TMGMTNodeSourceTestCase::getInfo in Translation Management Tool 7

File

sources/node/tmgmt_node.test, line 9

Class

TMGMTNodeSourceTestCase
Basic Node Source tests.

Code

static function getInfo() {
  return array(
    'name' => 'Node Source tests',
    'description' => 'Exporting source data from nodes and saving translations back to nodes',
    'group' => 'Translation Management',
  );
}