function PathModuleTestCase::get_info in SimpleTest 6
File
- tests/
path_module.test, line 5
Class
Code
function get_info() {
return array(
'name' => t('Path alias functionality'),
'desc' => t('Add, edit, delete, and change alias and verify its consistency in the database.'),
'group' => t('Path Tests'),
);
}