function common_test_drupal_goto_land_fail

Page callback: Provides a failure landing page for drupal_goto().

See also

common_test_menu()

1 string reference to 'common_test_drupal_goto_land_fail'
common_test_menu in drupal/core/modules/system/tests/modules/common_test/common_test.module
Implements hook_menu().

File

drupal/core/modules/system/tests/modules/common_test/common_test.module, line 107
Helper module for the Common tests.

Code

function common_test_drupal_goto_land_fail() {
  print "drupal_goto_fail";
}