public static function SystemAuthorizeCase::getInfo

File

drupal/modules/system/system.test, line 2834
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',
  );
}