public static function GotoTest::getInfo

File

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

Class

GotoTest
Tests drupal_goto() and hook_drupal_goto_alter().

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Redirect functionality',
    'description' => 'Tests the drupal_goto() and hook_drupal_goto_alter() functionality.',
    'group' => 'Common',
  );
}