static function TMGMTFieldCollectionSourceTestCase::getInfo in Translation Management Tool 7
File
- sources/
field/ tmgmt_field_collection.test, line 10
Class
- TMGMTFieldCollectionSourceTestCase
- Basic Field Collection Source tests.
Code
static function getInfo() {
return array(
'name' => 'Field Collection Source tests',
'description' => 'Exporting source data from nodes that use field collections',
'group' => 'Translation Management',
);
}