function UserCancelTestCase::getInfo

File

modules/user/user.test, line 898

Class

UserCancelTestCase
Test cancelling a user.

Code

public static function getInfo() {
    return array(
        'name' => 'Cancel account',
        'description' => 'Ensure that account cancellation methods work as expected.',
        'group' => 'User',
    );
}

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