You are here

Functions in SimpleTest 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_simpletest_alter ./simpletest.api.php Alter the list of tests.
hook_test_finished ./simpletest.api.php An individual test has finished.
hook_test_group_finished ./simpletest.api.php A test group has finished.
hook_test_group_started ./simpletest.api.php A test group has started.
simpletest_clean_database ./simpletest.module Removed prefixed tables from the database that are left over from crashed tests. 1
simpletest_clean_environment ./simpletest.module Remove all temporary database tables and directories. 1 1
simpletest_clean_results_table ./simpletest.module Clear the test result tables. 2
simpletest_clean_temporary_directories ./simpletest.module Find all leftover temporary directories and remove them. 1
simpletest_generate_file ./simpletest.module Generate test file. 1
simpletest_help ./simpletest.module Implements hook_help().
simpletest_js_alter ./simpletest.module Implements hook_js_alter().
simpletest_last_test_get ./simpletest.module Get information about the last test that ran given a test ID. 1
simpletest_log_read ./simpletest.module Read the error log and report any errors as assertion failures. 2
simpletest_menu ./simpletest.module Implements hook_menu().
simpletest_monitor_registry_files_alter monitor/simpletest_monitor.module Implement hook_registry_files_alter().
simpletest_permission ./simpletest.module Implements hook_permission().
simpletest_registry_files_alter ./simpletest.module Implements hook_registry_files_alter().
simpletest_requirements ./simpletest.install Implements hook_requirements().
simpletest_result_form ./simpletest.pages.inc Test results form for $test_id. 1
simpletest_result_form_submit ./simpletest.pages.inc Re-run the tests that match the filter.
simpletest_result_get ./simpletest.pages.inc Get test results for $test_id. 1
simpletest_result_status_image ./simpletest.pages.inc Get the appropriate image for the status. 1
simpletest_run_tests ./simpletest.module Actually runs tests. 1
simpletest_schema ./simpletest.install Implements hook_schema().
simpletest_settings_form ./simpletest.pages.inc Provides settings form for SimpleTest variables. 1
simpletest_test_form ./simpletest.pages.inc List tests arranged in groups that can be selected and run. 1
simpletest_test_form_submit ./simpletest.pages.inc Run selected tests. 1
simpletest_test_get_all ./simpletest.module Get a list of all of the tests provided by the system. 1
simpletest_theme ./simpletest.module Implements hook_theme().
simpletest_uninstall ./simpletest.install Implements hook_uninstall().
simpletest_verbose ./drupal_web_test_case.php Logs verbose message in a text file. 2 2
theme_simpletest_result_summary ./simpletest.pages.inc Returns HTML for the summary status of a simpletest result.
theme_simpletest_test_table ./simpletest.pages.inc Returns HTML for a test list generated by simpletest_test_form() into a table.
_simpletest_batch_finished ./simpletest.module 1
_simpletest_batch_operation ./simpletest.module Batch operation callback. 1
_simpletest_format_summary_line ./simpletest.module 2
_simpletest_sort_by_title ./simpletest.pages.inc Sort element by title instead of by class name. 1

Other projects