| 7 path.test | public static UrlAlterFunctionalTest::getInfo() |
| 8 path.test | public static UrlAlterFunctionalTest::getInfo() |
File
- modules/
simpletest/ tests/ path.test, line 133 - Tests for path.inc.
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'),
);
}
Login or register to post comments