public static function UserRegistrationTestCase::getInfo
7.x user.test | public static UserRegistrationTestCase::getInfo() |
File
- drupal-7.x/
modules/ user/ user.test, line 9 - Tests for user.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'User registration',
'description' => 'Test registration of user under different configurations.',
'group' => 'User'
);
}