| 1 theme_test.module | _theme_test_suggestion() | 
Page callback, calls a theme hook suggestion.
File
- core/modules/ simpletest/ tests/ theme_test.module, line 142 
Code
function _theme_test_suggestion() {
  return theme(array('theme_test__suggestion', 'theme_test'), array());
}
