You are here

function MigrateProfileTest::getInfo in Migrate 6

File

tests/modules/core/migrate_profile.test, line 9
Tests for profile migration

Class

MigrateProfileTest
@file Tests for profile migration

Code

function getInfo() {
  return array(
    'name' => t('Migrate Profiles'),
    'description' => t('Test migration support for profiles'),
    'group' => t('Migrate'),
  );
}