function template_preprocess_theme_test

Preprocesses variables for theme_theme_test().

File

drupal/modules/simpletest/tests/theme_test.inc, line 13

Code

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