public static function GlobalRedirectTestCaseConfigBeta::getInfo in Global Redirect 7
File
- ./
globalredirect.test, line 383 - Global Redirect functionality tests
Class
Code
public static function getInfo() {
return array(
'name' => '3. Global Redirect - Config Beta',
'description' => 'Ensure that Global Redirect functions correctly. Only enable Menu Checking',
'group' => 'Global Redirect',
);
}