You are here

function UserRegistrationTest::get_info in SimpleTest 5

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

File

tests/user_registration_test.test, line 7

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, successfully logs in, changes password, logs out.'),
    'group' => 'User tests',
  );
}