public static function PathRedirectUnitTest::getInfo in Path redirect 6
File
- ./
path_redirect.test, line 66 - Tests for the path_redirect module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Path redirect unit tests',
'description' => 'Test basic functionality.',
'group' => 'Path redirect',
);
}