function _theme_test_load_registry in Drupal 7
Fake registry loading callback.
1 string reference to '_theme_test_load_registry'
- theme_test_exit in modules/
simpletest/ tests/ theme_test.module - Implements hook_exit().
File
- modules/
simpletest/ tests/ theme_test.module, line 111
Code
function _theme_test_load_registry() {
return array();
}