function ViewsUpgradeTestCase::getInfo

File

tests/views_upgrade.test, line 18

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',
    );
}