public static function SystemAuthorizeTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php, line 24
Definition of Drupal\system\Tests\System\SystemAuthorizeTest.

Class

SystemAuthorizeTest
Tests authorize.php and related hooks.

Namespace

Drupal\system\Tests\System

Code

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