You are here

public static function OgMigrate7000TestCase::getInfo in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og_migrate/og_migrate.test \OgMigrate7000TestCase::getInfo()

File

./og.test, line 925

Class

OgMigrate7000TestCase
Upgrade 7000 test.

Code

public static function getInfo() {
  return array(
    'name' => 'OG migrate - 7000',
    'description' => 'Tests the upgrade path of OG from Drupal 6.',
    'group' => 'Organic groups',
    // TODO: Why do we need to enable Views?! - otherwise we get WSOD.
    'dependencies' => array(
      'migrate',
      'views',
    ),
  );
}