public static function ViewsUpgradeTestCase::getInfo

3.x views_upgrade.test public static ViewsUpgradeTestCase::getInfo()

File

tests/views_upgrade.test, line 14
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',
  );
}