function common_test_drupal_goto_land_fail

Fail landing page for drupal_goto().

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

Archivo

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

Código

function common_test_drupal_goto_land_fail() {
  print "drupal_goto_fail";
}