function OpenIDFunctionalTestCase::getInfo
1 method overrides OpenIDFunctionalTestCase::getInfo()
- OpenIDInvalidIdentifierTransitionTestCase::getInfo in modules/
openid/ openid.test
File
-
modules/
openid/ openid.test, line 45
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.