function MigrateNodeTest::getInfo in Migrate 6
File
- tests/
modules/ core/ migrate_node.test, line 8 - Tests for node migration
Class
- MigrateNodeTest
- @file Tests for node migration
Code
function getInfo() {
return array(
'name' => t('Migrate Nodes'),
'description' => t('Test migration support for nodes'),
'group' => t('Migrate'),
);
}