function CommonURLUnitTest::getInfo

File

modules/simpletest/tests/common.test, line 77

Class

CommonURLUnitTest
Tests for URL generation functions.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.