simpletest.module
Version
1.11 (checked in on 2008/08/21 at 19:36:38 by dries)
Functions
| Name | Description |
|---|---|
| simpletest_categorize_tests | Categorize the tests into groups. |
| simpletest_clean_database | Removed prefixed talbes 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 results tables. |
| simpletest_clean_temporary_directories | Find all left over temporary directories and remove them. |
| simpletest_clean_temporary_directory | Remove all files from specified firectory and then remove directory. |
| simpletest_get_all_tests | Get a list of all of the tests. |
| simpletest_get_like_tables | Find all tables that are like the specified base table name. |
| simpletest_help | Implementation of hook_help(). |
| simpletest_menu | Implementation of hook_menu(). |
| simpletest_perm | Implementation of hook_perm(). |
| simpletest_run_tests | Actually runs tests |
| simpletest_test_form | Menu callback for both running tests and listing possible tests |
| simpletest_test_form_submit | Run selected tests. |
| simpletest_theme | Implemenation of hook_theme(). |
| theme_simpletest_result_summary | |
| theme_simpletest_test_form | Theme the SimpleTest form that provides test selection. |
| _simpletest_batch_finished | |
| _simpletest_batch_operation | Batch operation callback. |
| _simpletest_format_summary_line |
