public static function CommonURLUnitTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 77 - Tests for common.inc functionality.
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',
);
}