function UserUpdatePathTestCase::getInfo

File

modules/simpletest/tests/upgrade/update.user.test, line 12

Class

UserUpdatePathTestCase
Tests the User 7.0 -> 7.x update path.

Code

public static function getInfo() {
    return array(
        'name' => 'User update path',
        'description' => 'User update path tests.',
        'group' => 'Upgrade path',
    );
}

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