function _theme_test_load_registry

7.x theme_test.module _theme_test_load_registry()

Fake registry loading callback.

1 string reference to '_theme_test_load_registry'
theme_test_exit in drupal-7.x/modules/simpletest/tests/theme_test.module
Implements hook_exit().

File

drupal-7.x/modules/simpletest/tests/theme_test.module, line 91

Code

function _theme_test_load_registry() {
  return array();
}