public static function OpenIDFunctionalTestCase::getInfo in Drupal 7
1 method overrides OpenIDFunctionalTestCase::getInfo()
- OpenIDInvalidIdentifierTransitionTestCase::getInfo in modules/
openid/ openid.test
File
- 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',
);
}