You are here

public static function MigrateXMLUnitTest::getInfo in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 tests/plugins/sources/xml.test \MigrateXMLUnitTest::getInfo()

File

tests/plugins/sources/xml.test, line 13
Tests for the XML source plugins.

Class

MigrateXMLUnitTest
Test node migration.

Code

public static function getInfo() {
  return array(
    'name' => 'XML migration',
    'description' => 'Test migration from XML source',
    'group' => 'Migrate',
  );
}