public static function UserRegistrationTestCase::getInfo in Drupal 7
File
- 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',
);
}