Menu callback.

1 string reference to 'url_alter_test_foo'
url_alter_test_menu in modules/simpletest/tests/url_alter_test.module
Implements hook_menu().

File

modules/simpletest/tests/url_alter_test.module, line 24
Module to help test hook_url_inbound_alter() and hook_url_outbound_alter().

Code

function url_alter_test_foo() {
  print 'current_path=' . current_path() . ' request_path=' . request_path();
  exit;
}