public static function MigrateTableUnitTest::getInfo in Migrate 6.2
Same name and namespace in other branches
- 7.2 tests/plugins/destinations/table.test \MigrateTableUnitTest::getInfo()
File
- tests/
plugins/ destinations/ table.test, line 7
Class
- MigrateTableUnitTest
- Test table migration.
Code
public static function getInfo() {
return array(
'name' => 'Table migration',
'description' => 'Test migration of table data',
'group' => 'Migrate',
);
}