function UserUpgradePathNoPasswordTokenTestCase::getInfo

File

modules/simpletest/tests/upgrade/upgrade.user.test, line 42

Class

UserUpgradePathNoPasswordTokenTestCase
Upgrade test for user.module (password token not involved).

Code

public static function getInfo() {
    return array(
        'name' => 'User upgrade path (password token not involved)',
        'description' => 'User upgrade path tests (password token not involved).',
        'group' => 'Upgrade path',
    );
}

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