public static function SystemAuthorizeCase::getInfo

Archivo

drupal-7.x/modules/system/system.test, line 2602
Tests for system.module.

Class

SystemAuthorizeCase
Tests authorize.php and related hooks.

Código

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