function UserCreateTestCase::getInfo

File

modules/user/user.test, line 2126

Class

UserCreateTestCase
Test the create user administration page.

Code

public static function getInfo() {
    return array(
        'name' => 'User create',
        'description' => 'Test the create user administration page.',
        'group' => 'User',
    );
}

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