public static function PathRedirectFunctionalTest::getInfo in Path redirect 6
File
- ./
path_redirect.test, line 188 - Tests for the path_redirect module.
Class
Code
public static function getInfo() {
return array(
'name' => t('Path redirect administration'),
'description' => t('Test redirect administration interface.'),
'group' => t('Path redirect'),
);
}