function OpenIDRegistrationTestCase::getInfo

File

modules/openid/openid.test, line 404

Class

OpenIDRegistrationTestCase
Test account registration using Simple Registration and Attribute Exchange.

Code

public static function getInfo() {
    return array(
        'name' => 'OpenID account registration',
        'description' => 'Creates a user account using auto-registration.',
        'group' => 'OpenID',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.