public static function SystemAuthorizeCase::getInfo in Drupal 7
File
- modules/system/ system.test, line 2858 
- Tests for system.module.
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',
  );
}