function UserRegistrationTestCase::getInfo
File
-
modules/
user/ user.test, line 9
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.