You are here

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

File

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

Class

ContentMigrateListTestCase
@class List widget functional test case

Code

public static function getInfo() {
  return array(
    'name' => t('Content Migrate List'),
    'description' => t('Functional tests for list widget.'),
    'group' => t('CCK'),
  );
}