public static function OpenIDRegistrationTestCase::getInfo
7.x openid.test | public static OpenIDRegistrationTestCase::getInfo() |
File
- drupal-7.x/
modules/ openid/ openid.test, line 404 - Tests for openid.module.
Class
- OpenIDRegistrationTestCase
- Test account registration using Simple Registration and Attribute Exchange.
Code
public static function getInfo() {
return array(
'name' => 'OpenID account registration',
'description' => 'Creates a user account using auto-registration.',
'group' => 'OpenID'
);
}