public static function DrupalGotoTest::getInfo

7.x common.test public static DrupalGotoTest::getInfo()

File

drupal-7.x/modules/simpletest/tests/common.test, line 1135
Tests for common.inc functionality.

Class

DrupalGotoTest
Testing drupal_goto and hook_drupal_goto_alter().

Code

public static function getInfo() {
  return array(
    'name' => 'Drupal goto',
    'description' => 'Performs tests on the drupal_goto function and hook_drupal_goto_alter',
    'group' => 'System'
  );
}