simpletest.module
Version 1.80 (checked in on 2009/10/24 at 23:12:11 by webchick)
Provides testing functionality.
Functions
| Name | Description |
|---|---|
| simpletest_clean_database | Removed prefixed tables from the database that are left over from crashed tests. |
| simpletest_clean_environment | Remove all temporary database tables and directories. |
| simpletest_clean_results_table | Clear the test result tables. |
| simpletest_clean_temporary_directories | Find all leftover temporary directories and remove them. |
| simpletest_help | Implement hook_help(). |
| simpletest_js_alter | Implement hook_js_alter(). |
| simpletest_log_read | Read the error log and report any errors as assertion failures. |
| simpletest_menu | Implement hook_menu(). |
| simpletest_permission | Implement hook_permission(). |
| simpletest_registry_files_alter | Implementation of hook_registry_files_alter(). |
| simpletest_run_tests | Actually runs tests. |
| simpletest_test_get_all | Get a list of all of the tests provided by the system. |
| simpletest_test_stream_wrappers | Implementation of hook_stream_wrappers(). |
| simpletest_theme | Implement hook_theme(). |
| _simpletest_batch_finished | |
| _simpletest_batch_operation | Batch operation callback. |
| _simpletest_format_summary_line |
