You are here

public static function MigrateTableUnitTest::getInfo in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 tests/plugins/destinations/table.test \MigrateTableUnitTest::getInfo()

File

tests/plugins/destinations/table.test, line 13
Tests for the table destination plugin.

Class

MigrateTableUnitTest
Test table migration.

Code

public static function getInfo() {
  return array(
    'name' => 'Table migration',
    'description' => 'Test migration of table data',
    'group' => 'Migrate',
  );
}