public static function OpenIDInvalidIdentifierTransitionTestCase::getInfo

Overrides OpenIDFunctionalTestCase::getInfo

File

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