public static function GlobalRedirectTestCaseDefault::getInfo in Global Redirect 7
Same name and namespace in other branches
- 6 globalredirect.test \GlobalRedirectTestCaseDefault::getInfo()
File
- ./
globalredirect.test, line 331 - Global Redirect functionality tests
Class
Code
public static function getInfo() {
return array(
'name' => '1. Global Redirect - Default Settings',
'description' => 'Ensure that Global Redirect functions correctly',
'group' => 'Global Redirect',
);
}