You are here

public static function ContentMigrateTextTestCase::getInfo in Content Construction Kit (CCK) 7.3

File

modules/content_migrate/tests/content_migrate.test, line 257
Content Migrate Test Cases

Class

ContentMigrateTextTestCase
@class Content Migrate Text Test Case.

Code

public static function getInfo() {
  return array(
    'name' => t('Content Migrate Text'),
    'description' => t('Functional tests for migrating text fields to Drupal 7.'),
    'group' => t('CCK'),
  );
}