public static function UserCreateTestCase::getInfo

File

drupal/modules/user/user.test, line 1904
Tests for user.module.

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',
  );
}