function SystemAuthorizeCase::getInfo

File

modules/system/system.test, line 2948

Class

SystemAuthorizeCase
Tests authorize.php and related hooks.

Code

public static function getInfo() {
    return array(
        'name' => 'Authorize API',
        'description' => 'Tests the authorize.php script and related API.',
        'group' => 'System',
    );
}

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