function system_test_main_content_fallback in SimpleTest 7
Menu callback to test main content fallback().
1 string reference to 'system_test_main_content_fallback'
- system_test_menu in tests/
system_test.module - Implement hook_menu().
File
- tests/
system_test.module, line 273
Code
function system_test_main_content_fallback() {
return t('Content to test main content fallback');
}