You are here

function GlobalRedirectTestCaseConfigAlpha::testGlobalRedirect in Global Redirect 6

Same name and namespace in other branches
  1. 7 globalredirect.test \GlobalRedirectTestCaseConfigAlpha::testGlobalRedirect()

File

./globalredirect.test, line 341
Global Redirect functionality tests

Class

GlobalRedirectTestCaseConfigAlpha

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();
}