public static function BootstrapDestinationTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 803

Class

BootstrapDestinationTestCase
Tests for $_GET['destination'] and $_REQUEST['destination'] validation.

Code

public static function getInfo() {
  return array(
    'name' => 'URL destination validation',
    'description' => 'Test that $_GET[\'destination\'] and $_REQUEST[\'destination\'] cannot contain external URLs.',
    'group' => 'Bootstrap',
  );
}