function MigrateTaxonomyTest::getInfo in Migrate 6
File
- tests/
modules/ core/ migrate_taxonomy.test, line 9 - Tests for taxonomy migration
Class
- MigrateTaxonomyTest
- @file Tests for taxonomy migration
Code
function getInfo() {
return array(
'name' => t('Migrate Taxonomy'),
'description' => t('Test migration support for taxonomy'),
'group' => t('Migrate'),
);
}