You are here

function common_test_drupal_goto_land in Drupal 7

Landing page for drupal_goto().

1 string reference to 'common_test_drupal_goto_land'
common_test_menu in modules/simpletest/tests/common_test.module
Implements hook_menu().

File

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

Code

function common_test_drupal_goto_land() {
  print "drupal_goto";
}