public static function UrlTest::getInfo

Same name in this branch

File

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

Class

UrlTest
Tests for URL generation functions.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'URL generation tests',
    'description' => 'Confirm that url(), drupal_get_query_parameters(), drupal_http_build_query(), and l() work correctly with various input.',
    'group' => 'Common',
  );
}