function common_test_drupal_goto_redirect_advanced

7.x common_test.module common_test_drupal_goto_redirect_advanced()

Redirect using drupal_goto().

1 string reference to 'common_test_drupal_goto_redirect_advanced'
common_test_menu in drupal-7.x/modules/simpletest/tests/common_test.module
Implements hook_menu().

File

drupal-7.x/modules/simpletest/tests/common_test.module, line 68
Helper module for the Common tests.

Code

function common_test_drupal_goto_redirect_advanced() {
  drupal_goto('common-test/drupal_goto', array('query' => array('foo' => '123')), 301);
}