diff options
Diffstat (limited to 'modules/simpletest/tests/system_test.module')
-rw-r--r-- | modules/simpletest/tests/system_test.module | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module index 24167ced4..1f1e535c6 100644 --- a/modules/simpletest/tests/system_test.module +++ b/modules/simpletest/tests/system_test.module @@ -43,13 +43,6 @@ function system_test_menu() { 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); - $items['system-test/destination'] = array( - 'title' => 'Redirect', - 'page callback' => 'system_test_destination', - 'page arguments' => array(2), - 'access arguments' => array('access content'), - 'type' => MENU_CALLBACK, - ); $items['system-test/variable-get'] = array( 'title' => 'Variable Get', @@ -143,11 +136,6 @@ function system_test_redirect_invalid_scheme() { exit; } -function system_test_destination() { - $destination = drupal_get_destination(); - return 'The destination: ' . $destination['destination']; -} - /** * Implements hook_modules_installed(). */ |