public static function OpenIDFunctionalTestCase::getInfo

1 method overrides OpenIDFunctionalTestCase::getInfo()

File

drupal/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',
  );
}