You are here

public static function MigrateCommentUnitTest::getInfo in Migrate 7.2

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

File

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

Class

MigrateCommentUnitTest
Test comment migration.

Code

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