You are here

public static function OgMigrate7000TestCase::getInfo in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.test \OgMigrate7000TestCase::getInfo()

File

og_migrate/og_migrate.test, line 9

Class

OgMigrate7000TestCase
Upgrade 7000 test.

Code

public static function getInfo() {
  return array(
    'name' => 'Organic groups migrate - upgrade path 7000',
    'description' => 'Tests the upgrade path of Organic groups from Drupal 6.',
    'group' => 'Organic groups migrate',
    'dependencies' => array(
      'ctools',
    ),
  );
}