simpletest.pages.inc

Version 1.25 (checked in on 2010/02/07 at 05:36:57 by webchick)

Page callbacks for simpletest module.

Functions

NameDescription
simpletest_result_formTest results form for $test_id.
simpletest_result_form_submitRe-run the tests that match the filter.
simpletest_result_getGet test results for $test_id.
simpletest_result_status_imageGet the appropriate image for the status.
simpletest_settings_formProvides settings form for SimpleTest variables.
simpletest_test_formList tests arranged in groups that can be selected and run.
simpletest_test_form_submitRun selected tests.
theme_simpletest_result_summaryAdd wrapper div with class based on summary status.
theme_simpletest_test_tableTheme the test list generated by simpletest_test_form() into a table.
_simpletest_sort_by_titleSort element by title instead of by class name.