Version 1.25 (checked in on 2010/02/07 at 05:36:57 by webchick)
Page callbacks for simpletest module.
| Name | Description |
|---|---|
| simpletest_result_form | Test results form for $test_id. |
| simpletest_result_form_submit | Re-run the tests that match the filter. |
| simpletest_result_get | Get test results for $test_id. |
| simpletest_result_status_image | Get the appropriate image for the status. |
| simpletest_settings_form | Provides settings form for SimpleTest variables. |
| simpletest_test_form | List tests arranged in groups that can be selected and run. |
| simpletest_test_form_submit | Run selected tests. |
| theme_simpletest_result_summary | Add wrapper div with class based on summary status. |
| theme_simpletest_test_table | Theme the test list generated by simpletest_test_form() into a table. |
| _simpletest_sort_by_title | Sort element by title instead of by class name. |