public static function GlobalRedirectTestCaseConfigAlpha::getInfo in Global Redirect 7
Same name and namespace in other branches
- 6 globalredirect.test \GlobalRedirectTestCaseConfigAlpha::getInfo()
File
- ./
globalredirect.test, line 356 - Global Redirect functionality tests
Class
Code
public static function getInfo() {
return array(
'name' => '2. Global Redirect - Config Alpha',
'description' => 'Ensure that Global Redirect functions correctly. Only enable Trailing Zero',
'group' => 'Global Redirect',
);
}