commit 995d14aaba78eb379954f800409417b53da13fd3 Author: Joel Pittet Date: Thu Apr 11 08:02:20 2013 -0700 doc cleanup from #18 diff --git a/core/modules/simpletest/simpletest.pages.inc b/core/modules/simpletest/simpletest.pages.inc index 5632146..e5f4f5e 100644 --- a/core/modules/simpletest/simpletest.pages.inc +++ b/core/modules/simpletest/simpletest.pages.inc @@ -58,13 +58,13 @@ function simpletest_test_form($form, &$form_state) { } /** - * Preprocess variables for a test list generated by simpletest_test_form() into a table. + * Prepares variables for a test list table templates. * - * @param $variables + * Default template: simpltest-test-table.html.twig. + * + * @param array $variables * An associative array containing: * - table: A render element representing the table. - * - * @ingroup themeable */ function template_preprocess_simpletest_test_table(&$variables) { $table = $variables['table']; @@ -371,13 +371,13 @@ function simpletest_result_form_submit($form, &$form_state) { } /** - * Preprocess variables for the summary status of a simpletest result. + * Prepares variables for the summary status of a simpletest result. * - * @param $variables + * Default template: simpltest-result-summary.html.twig. + * + * @param array $variables * An associative array containing: * - form: A render element representing the form. - * - * @ingroup themeable */ function template_preprocess_simpletest_result_summary(&$variables) { $form = $variables['form'];