public static function MigrateNodeUnitTest::getInfo in Migrate 7.2
Same name and namespace in other branches
- 6.2 tests/plugins/destinations/node.test \MigrateNodeUnitTest::getInfo()
File
- tests/
plugins/ destinations/ node.test, line 13 - Tests for the node destination plugin.
Class
- MigrateNodeUnitTest
- Test node migration.
Code
public static function getInfo() {
return array(
'name' => 'Node migration',
'description' => 'Test migration of node data',
'group' => 'Migrate',
);
}