function UserValidationTest::get_info in SimpleTest 5
Same name and namespace in other branches
- 6 tests/user_module.test \UserValidationTest::get_info()
File
- tests/
user_validation.test, line 6
Class
- UserValidationTest
- This class is based on the original Simpletest Module by Moshe Weitzman
Code
function get_info() {
return array(
'name' => 'Username/email validation',
'desc' => 'Verify that username/email validity checks behave as designed.',
'group' => 'User tests',
);
}