You are here

public static function ViewsUpgradeTestCase::getInfo in Views (for Drupal 7) 7.3

File

tests/views_upgrade.test, line 18
Definition of ViewsUpgradeTestCase.

Class

ViewsUpgradeTestCase
Try to test the upgrade path of all conversions.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Upgrade test',
    'description' => 'Try to test the upgrade path of modules which were changed.',
    'group' => 'Views',
  );
}