public static function RedirectUnitTest::getInfo in Redirect 7
Same name and namespace in other branches
- 7.2 redirect.test \RedirectUnitTest::getInfo()
File
- ./
redirect.test, line 87 - Unit tests for the redirect module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Redirect unit tests',
'description' => 'Test basic functions and functionality.',
'group' => 'Redirect',
);
}