public static function GlobalRedirectTestCaseConfigLanguages::getInfo in Global Redirect 7
File
- ./
globalredirect.test, line 412 - Global Redirect functionality tests
Class
Code
public static function getInfo() {
return array(
'name' => '4. Global Redirect - Languages',
'description' => 'Ensure that Global Redirect functions correctly when locales are used',
'group' => 'Global Redirect',
);
}