common_test_drupal_goto_redirect

7 common_test.module common_test_drupal_goto_redirect()
8 common_test.module common_test_drupal_goto_redirect()

Redirect using drupal_goto().

1 string reference to 'common_test_drupal_goto_redirect'

File

modules/simpletest/tests/common_test.module, line 61
Helper module for the Common tests.

Code

function common_test_drupal_goto_redirect() {
  drupal_goto('common-test/drupal_goto');
}
Login or register to post comments