function UserValidationTestCase::getInfo

File

modules/user/user.test, line 259

Class

UserValidationTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Username/e-mail validation',
        'description' => 'Verify that username/email validity checks behave as designed.',
        'group' => 'User',
    );
}

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