You are here

function MigrateCommentTest::getInfo in Migrate 6

File

tests/modules/core/migrate_comment.test, line 9
Tests for comment migration

Class

MigrateCommentTest
@file Tests for comment migration

Code

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