public static function SystemAuthorizeCase::getInfo
7.x system.test | public static SystemAuthorizeCase::getInfo() |
File
- drupal-7.x/
modules/ system/ system.test, line 2602 - 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',
);
}