function LocaleUpgradePathTestCase::getInfo

File

modules/simpletest/tests/upgrade/upgrade.locale.test, line 7

Class

LocaleUpgradePathTestCase
Upgrade test for locale.module.

Code

public static function getInfo() {
    return array(
        'name' => 'Locale upgrade path',
        'description' => 'Upgrade path tests for the Locale module.',
        'group' => 'Upgrade path',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.