public static function OpenIDFunctionalTestCase::getInfo
7.x openid.test | public static OpenIDFunctionalTestCase::getInfo() |
1 method overrides OpenIDFunctionalTestCase::getInfo()
- OpenIDInvalidIdentifierTransitionTestCase::getInfo in drupal-7.x/
modules/ openid/ openid.test
File
- drupal-7.x/
modules/ openid/ openid.test, line 45 - Tests for openid.module.
Class
- OpenIDFunctionalTestCase
- Test discovery and login using OpenID
Code
public static function getInfo() {
return array(
'name' => 'OpenID discovery and login',
'description' => "Adds an identity to a user's profile and uses it to log in.",
'group' => 'OpenID'
);
}