1 theme_test.module _theme_test_load_registry()

Fake registry loading callback.

File

core/modules/simpletest/tests/theme_test.module, line 101

Code

function _theme_test_load_registry() {
  return array();
}