public static function UserRegistrationTestCase::getInfo

File

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

Class

UserRegistrationTestCase
@file Tests for user.module.

Code

public static function getInfo() {
  return array(
    'name' => 'User registration',
    'description' => 'Test registration of user under different configurations.',
    'group' => 'User',
  );
}