function system_test_destination in SimpleTest 7
1 string reference to 'system_test_destination'
- system_test_menu in tests/
system_test.module - Implement hook_menu().
File
- tests/
system_test.module, line 138
Code
function system_test_destination() {
$destination = drupal_get_destination();
return 'The destination: ' . $destination['destination'];
}