function GlobalRedirectTestCaseConfigAlpha::testGlobalRedirect in Global Redirect 6
Same name and namespace in other branches
- 7 globalredirect.test \GlobalRedirectTestCaseConfigAlpha::testGlobalRedirect()
File
- ./
globalredirect.test, line 341 - Global Redirect functionality tests
Class
Code
function testGlobalRedirect() {
variable_set('globalredirect_settings', array(
'deslash' => 0,
'menu_check' => 1,
'nonclean_to_clean' => 0,
'case_sensitive_urls' => 0,
'term_path_handler' => 1,
'frontpage_redirect' => 0,
'trailing_zero' => 1,
'ignore_admin_path' => 0,
));
$this
->_globalredirect_batch_test();
}