function template_preprocess_theme_test

Preprocesses variables for theme_theme_test().

Archivo

drupal-7.x/modules/simpletest/tests/theme_test.inc, line 13

Código

function template_preprocess_theme_test(&$variables) {
  $variables['foo'] = 'template_preprocess_theme_test';
}