public static function OpenIDInvalidIdentifierTransitionTestCase::getInfo
7.x openid.test | public static OpenIDInvalidIdentifierTransitionTestCase::getInfo() |
Overrides OpenIDFunctionalTestCase::getInfo
File
- drupal-7.x/
modules/ openid/ openid.test, line 584 - Tests for openid.module.
Class
- OpenIDInvalidIdentifierTransitionTestCase
- Test account registration using Simple Registration and Attribute Exchange.
Code
public static function getInfo() {
return array(
'name' => 'OpenID account update',
'description' => 'Tries to correct OpenID identifiers attached to accounts if their identifiers were stripped.',
'group' => 'OpenID',
);
}