You are here

function UserRegistrationTest::get_info in SimpleTest 6

Same name and namespace in other branches
  1. 5 tests/user_registration_test.test \UserRegistrationTest::get_info()

File

tests/user_module.test, line 8

Class

UserRegistrationTest
Class to test the user registration process,

Code

function get_info() {
  return array(
    'name' => t('User registration'),
    'desc' => t('Registers a user, fails login, resets password, successfully logs in with the one time password, changes password, logs out, successfully logs in with the new password, visits profile page.'),
    'group' => 'User tests',
  );
}