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