simpletest.module

Version

1.11 (checked in on 2008/08/21 at 19:36:38 by dries)

Functions

Namesort iconDescription
simpletest_categorize_testsCategorize the tests into groups.
simpletest_clean_databaseRemoved prefixed talbes from the database that are left over from crashed tests.
simpletest_clean_environmentRemove all temporary database tables and directories.
simpletest_clean_results_tableClear the test results tables.
simpletest_clean_temporary_directoriesFind all left over temporary directories and remove them.
simpletest_clean_temporary_directoryRemove all files from specified firectory and then remove directory.
simpletest_get_all_testsGet a list of all of the tests.
simpletest_get_like_tablesFind all tables that are like the specified base table name.
simpletest_helpImplementation of hook_help().
simpletest_menuImplementation of hook_menu().
simpletest_permImplementation of hook_perm().
simpletest_run_testsActually runs tests
simpletest_test_formMenu callback for both running tests and listing possible tests
simpletest_test_form_submitRun selected tests.
simpletest_themeImplemenation of hook_theme().
theme_simpletest_result_summary
theme_simpletest_test_formTheme the SimpleTest form that provides test selection.
_simpletest_batch_finished
_simpletest_batch_operationBatch operation callback.
_simpletest_format_summary_line
 
 

Drupal is a registered trademark of Dries Buytaert.