public static function UrlAlterFunctionalTest::getInfo in Drupal 7
File
Class
- UrlAlterFunctionalTest
- Tests hook_url_alter functions.
Code
public static function getInfo() {
return array(
'name' => t('URL altering'),
'description' => t('Tests hook_url_inbound_alter() and hook_url_outbound_alter().'),
'group' => t('Path API'),
);
}