function CommonURLWebTest::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 399
Class
- CommonURLWebTest
- Web tests for URL generation functions.
Code
public static function getInfo() {
return array(
'name' => 'URL generation web tests',
'description' => 'Confirm that URL-generating functions work correctly on specific site paths.',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.